Indicates whether or not a database connection is active.
property Connected: Boolean;
Description
Set Connected to True to establish a database connection without opening a dataset. Set Connected to False to close a database connection. An application can check Connected to determine the current status of a database connection. If Connected is True, the database connection is active; if False, then the connection is inactive.
Note: Maximum number of connected users in multi-user mode is limited by MaxConnections property.
|
|