31.10.2007, 23:40 | #1 |
Участник
|
Inside Dynamics AX 4.0: The Database Layer
Источник: http://feeds.feedburner.com/~r/Insid...ase-layer.html
============== The Dynamics AX 4.0 application runtime provides a set of strong features that can help you quickly design international features. These runtime features store data in a database without requiring you to consider user locales or the databases that Dynamics AX supports. This chapter describes how the application runtime supports the concept of atomicity, consistency, isolation, durability (ACID) transactions in a multiple-user environment and explains the intricacies of the two supported concurrency models: optimistic concurrency and pessimistic concurrency. When committing the transactions, identification is important at both the individual record level and the company level. This chapter also describes how identifiers work across application areas. Dynamics AX provides full support for the concurrent handling of multiple languages, which is accomplished through full Unicode support by the application runtime. Two sections in this chapter focus on how the Dynamics AX implements a database abstraction layer. Queries executed using specialized X++ methods provide operations support that is independent of the supported databases. Combined with the ability to write X++ code tied to specific database triggers, this makes it easy to write code that is reused all over the application, whether specific data is accessed through a rich client or a Web client or through X++. The last section of the chapter discusses the concept of temporary tables. Temporary tables make it possible to have local database data that is isolated from other users, but that can be accessed as if it were stored directly in the database with other shared data. The concept of temporary tables is also important for understanding when you are designing an application that allows the licensing of multiple modules; when designing the modules, you need not consider whether they are enabled or disabled.http://insidedynamicsax.blogspot.com/ </img> </img> </img> </img> </img> Источник: http://feeds.feedburner.com/~r/Insid...ase-layer.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|