EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder


TEasyDatabase.InMemory
TEasyDatabase
Top 

Indicates if a database and all related tables are stored in memory.

property InMemory: Boolean

Description
Indicates whether the current database is stored in memory.
Set this property to True when you want to create a new or open an existing database in memory.
Setting InMemory to False will cause writing the current database data to disk.

Note:   Make sure to delete the in-memory database using the DeleteDatabase method after closing the database.




© AidAim Software EasyTable: