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


TACRDatabase.KeepConnection
TACRDatabase
Top 

Specifies whether an application remains connected to a database even if no datasets are open.

property KeepConnection: Boolean;

Description
Use KeepConnection to specify whether an application remains connected to a database even if no datasets are currently open. When KeepConnection is true (the default) the connection is maintained. For connections to remote database servers, or for applications that frequently open and close datasets, set KeepConnection to true to reduce network traffic, speed up applications, and avoid logging in to the server each time the connection is reestablished.

When KeepConnection is false a connection is dropped when there are no open datasets. Dropping a connection releases system resources allocated to the connection, but if a dataset is later opened that uses the database, the connection must be reestablished and initialized.

Note:The KeepConnection setting for temporary database components created automatically as needed is determined by the KeepConnections property of TACRDatabase.  


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