Connection option descriptions
- Last Updated: April 24, 2024
- 2 minute read
- DataDirect Connectors
- ODBC
- Progress Openedge 8.0
The following connection option descriptions are listed alphabetically by the GUI name that appears on the driver Setup dialog box. The connection string attribute name, along with its short name, is listed immediately underneath the GUI name.
In most cases, the GUI name and the attribute name are the same; however, some exceptions exist. If you need to look up an option by its connection string attribute name, please refer to the alphabetical table of connection string attribute names.
Also, a few connection string attributes do not have equivalent options that appear on the GUI. They are in the list of descriptions alphabetically by their attribute names.
The following tables provide a summary of supported connection options by functionality, including their attribute names, short names, and default values.
General options
The following table summarizes general options that can apply to all connections that use data sources.
| Attribute (Short Name) | Default |
|---|---|
| DataSourceName (DSN) | No default value |
| Database (DB) | No default value |
| Description (n/a) | No default value |
| HostName (HOST) | No default value |
| LoginID (UID) | No default value |
| PortNumber (PORT) | No default value |
| Password (PWD) | No default value |
TLS/SSL encryption options
The following table summarizes the connection options used to enable TLS/SSL encryption.
| Attribute (Short Name) | Default |
|---|---|
| CryptoProtocolVersion (CPV) | TLSv1.3,TLSv1.2 |
| CryptoLibName (CLN) | No default value |
| EnableFIPS (EF) | 0 (Default provider) |
| EncryptionMethod (EM) | 0 (No Encryption) |
| HostNameInCertificate (HNIC) | No default value |
| OpenSSLConfigFile (OSSLCNF) |
install_dir\drivers\openssl.cnf (Windows) install_dir/lib/openssl.cnf (UNIX/Linux) |
| OpenSSLProviderPath (OSSLPP) |
install_dir\drivers (Windows) install_dir/lib (UNIX/Linux) |
| SSLLibName (SLN) | No default value |
| Truststore (TS) | No default value |
| TruststorePassword (TSP) | No default value |
| ValidateServerCertificate (VSC) | 1 (Enabled) |
Failover options
The following table summarizes the connection options that control how failover works with the driver.| Attribute (Short Name) | Default |
|---|---|
| AlternateServers (ASRV) | No default value |
| ConnectionRetryCount (CRC) | 0 |
| ConnectionRetryDelay (CRD) | 3 |
| FailoverGranularity (FG) | 0 (Non-Atomic) |
| FailoverMode (FM) |
0 (Connection) |
| FailoverPreconnect (FP) | 0 (Disabled) |
| LoadBalancing (LB) | 0 (Disabled) |
Timeout options
The following table summarizes timeout options.
| Attribute (Short Name) | Default |
|---|---|
| LoginTimeout (LT) | 15 |
| QueryTimeout (QT) | 0 |
Additional options
The following table summarizes additional options.
| Attribute (Short Name) | Default |
|---|---|
| ArraySize (AS) | 50 |
| DefaultIsolationLevel (DIL) | 1 (READ COMMITTED) |
| EnableTimestampwithTimezone (ETWT) |
|
| ExtendedOptions (XO) | No default value |
| IANAAppCodePage (IACP) (Linux only) | 4 (ISO 8559-1 Latin-1) |
| KeepAlive (KA) |
|
| LockWaitTimeout (LWT) | 0 (Disabled) |
| UseWideCharacterTypes (UWCT) |
|