Connection option descriptions
- Last Updated: August 14, 2025
- 2 minute read
- DataDirect Connectors
- ODBC
- Snowflake 8.0
- Documentation
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 list the connection string attributes supported by the Snowflake driver.
General options
The following table summarizes general connection options that can apply to all connections that use data sources.
| Attribute (Short Name) | Default |
|---|---|
| AccountName (an) | No default value |
| DatabaseName (db) | No default value |
| DataSourceName (dsn) | No default value |
| Description (desc) | No default value |
| RoleName (role) | No default value |
| Schema (schm) | No default value |
| Warehouse (wh) | No default value |
User ID and password authentication options
The following table summarizes options used for user ID and password authentication.
| Attribute (Short Name) | Default |
|---|---|
| AuthenticationMethod (am) | 0 (UserIDPassword) |
| Password (pwd) | No default value |
| User | No default value |
Browser-based SSO authentication options
The following table summarizes options used for browser-based SSO authentication.
| Attribute (Short Name) | Default |
|---|---|
| AuthenticationMethod (am) | 0 (UserIDPassword) |
| User | No default value |
OAuth 2.0 options
The following table summarizes options used for OAuth 2.0 authentication.
| Attribute (Short Name) | Default |
|---|---|
| AccessToken (atok) | No default value |
| AuthenticationMethod (am) | 0 (UserIDPassword) |
| AuthURI (o2au) | No default value |
| ClientID (cid) | No default value |
| ClientSecret (clse) | No default value |
| OAuthCode (oac) | No default value |
| RedirectURI (o2ru) | No default value |
| RefreshToken (rtok) | No default value |
| Scope (oas) | No default value |
| TokenURI (o2tu) | No default value |
Key-pair authentication options
The following table summarizes options used for key-pair authentication.
| Attribute (Short Name) | Default |
|---|---|
| AuthenticationMethod (am) | 0 (UserIDPassword) |
| PrivateKeyContent (pkc) | No default value |
| PrivateKeyFile (pkf) | No default value |
| PrivateKeyPassphrase (pkpp) | No default value |
| User | No default value |
Proxy server options
The following table summarizes proxy server options.
| Attribute (Short Name) | Default |
|---|---|
| ProxyHost (pxhn) | No default value |
| ProxyPassword (pxpw) | No default value |
| ProxyPort (pxpt) | No default value |
| ProxyUser (pxun) | No default value |
SQL engine options
The following table summarizes SQL engine options.
| Attribute (Short Name) | Default |
|---|---|
| JVMArgs (jvma) | For the 32-bit driver when the SQL Engine Mode is set to 2
(Direct):
For all other configurations:
|
| JVMClassPath (jvmcp) | install_dir\java\lib\snowflake.jar |
| JVMPath (jvmp) | install_dir\jre\bin\java.exe |
| ServerPortNumber (sport) | For a 32-bit driver:
For a 64-bit driver:
|
| SQLEngineMode (sem) | For Windows: 0 (Auto) For UNIX/Linux: |
| SQLService (ss) | No default value |
Timeout options
The following table summarizes timeout options.
| Attribute (Short Name) | Default |
|---|---|
| LoginTimeout (lt) | 60 |
| QueryTimeout (qt) | 0 |
Additional attributes
The following table summarizes additional attributes.
| Attribute (Short Name) | Default |
|---|---|
| ArrowFallbackToJson (aftj) | 0 (Enable) |
| ClientSessionKeepAlive (cska) | 0 (false) |
| DisableSocksProxy (dsp) | 0 (false) |
| ExtendedOptions (xo) | No default value |
| IntegerFieldMapping (ifm) | 1 (Numeric) |
| LogConfigFile (lgcf) | ddlogging.properties |
| PartnerApplicationName (pan) | No default value |
| ReportCodepageConversionErrors (rcce) | 0 (Ignore
Errors) |
| UseSessionDatabaseForMetadata (usdm) | 0 (false) |