Memory Databases (Magic xpa 4.x)
The Memory database can be used by the developer or by Magic xpa for internal uses when memory tables are needed.
The following is additional information about working with the Memory database:
Indexes
|
Fetching records from a memory table that does not have an index defined may result in a different sort order each time. To receive the same results each time, an index must be defined and used.
|
Transactions
|
The memory database does not support transactions, because there is no database behind the scenes. The memory gateway should only be used when the application "knows" that the data entered is intact.
|
Database Information - Memory