Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRDatabase
Hierarchy    Properties    Methods    Events    
Previous  Top  Next

TACRDatabase provides discrete control over a connection to a single file database in an Accuracer-based database applications.

Unit
ACRMain

Description
Use TACRDatabase for connecting TACRTable and TACRQuery components to Accuracer database file.
TACRDatabase is especially important for the control it permits over database transaction processing.

TACRDatabase provides access to most of database file settings like page size, maximum number of connections, encryption parameters, locking parameters.


Note:Explicit declaration of a TACRDatabase component for each database connection in an application is optional if the application does not need to explicitly control that connection. If a TACRDatabase component is not explicitly declared and instantiated for a database connection, a temporary database component with a default set of properties is created for it at runtime.  
 
If you will create two TACRDatabase components and link them to the same database in multi-user version, each component will use separate connection even if there will be no session components created.  
 


© AidAim Software Accuracer: Client-server Database Single-file Database Delphi Database Embedded Databas