Property names |
Description |
Required |
Default value |
---|---|---|---|
ProtocolCapture |
Enable this property to capture communication between an OLE DB application and the server. See Adaptive Server Enterprise OLE DB Provider Users Guide. |
No |
Empty |
RetryCount, RetryDelay |
Control the connection retry behavior. RetryCount is the number of times to attempt to connect to the server before reporting the connection failed. Between each retry, the driver delays for RetryDelay number of seconds. By default, the OLE DB application does not retry the connection. You can also specify these values in SQL.INI and LDAP interfaces:
|
No |
0 |
SuppressControlTokens |
Specifies that Adaptive Server should not send TDS_CONTROL tokens. Values:
|
No |
1 |
SuppressParamFormat |
Specifies that the OLE DB application should send parameter format tokens only when the format changes. Values:
|
No |
1 |
SuppressRowFormat |
Specifies that Adaptive Server should send row format tokens only on first execution or when the format changes. Values:
|
No |
1 |
SuppressRowFormat2 |
Specifies that Adaptive Server should send data using the TDS_ROWFMT byte sequence where possible instead of the TDS_ROWFMT2 byte sequence. Values:
See Adaptive Server Enterprise OLE DB Provider Users Guide. |
No |
0 |