Specifies the connection behavior.
Class
TCustomDAConnection
Syntax
property Options: TDAConnectionOptions;
Remarks
Set the properties of Options to specify the behaviour of the connection.
Descriptions of all options are in the table below.
Option Name | Description |
AllowImplicitConnect |
Specifies whether to allow or not implicit connection opening. |
DefaultSortType |
Specifies the default type of local sorting for string fields. It is used when a sort type is not explicitly set after the field name in the TMemDataSet.IndexFieldNames property of a dataset. |
DisconnectedMode |
Opens a connection only when needed to perform a server call, and closes that connection after the operation is complete. |
KeepDesignConnected |
Prevents an application from establishing a connection at the time of startup. |
LocalFailover |
If True, the OnConnectionLost event occurs, and a failover operation can be performed after the connection is lost. |
See Also