Used to specify the behaviour of a TCustomMSConnection object.
Class
TCustomMSConnection
Syntax
property Options: TCustomMSConnectionOptions;
Remarks
Set the properties of Options to specify the behaviour of a TCustomMSConnection object.
Descriptions of all options are in the table below.
Option Name | Description |
Encrypt |
Specifies if data should be encrypted before sending it over the network. |
NumericType |
Specifies the format of storing and representing the NUMERIC (DECIMAL) fields for all TCustomMSDataSets associated with the given connection. |
Provider |
Used to specify a provider from the list of supported providers. |
QuotedIdentifier |
Causes Microsoft SQL Server to follow the SQL-92 rules regarding quotation mark delimiting identifiers and literal strings. |
UseWideMemos |
Used to manage field type creation for the NTEXT data type. |