skip to main content
Using the driver : Using connection properties
  

Try DataDirect Drivers Now

Using connection properties

You can use connection properties to customize the driver for your environment. This section organizes connection properties according to functionality. You can use connection properties with either the JDBC DriverManager or a JDBC data source. For a DriverManager connection, a property is expressed as a key value pair and takes the form property=value. For a data source connection, a property is expressed as a JDBC method and takes the form setproperty(value).
Note: Connection property names are case-insensitive. For example, Password is the same as password.
Note: In a JDBC data source, string values must be enclosed in double quotation marks, for example, setUser("abc@defcorp.com").
See "Connection property descriptions" for an alphabetical list of connection properties and their descriptions.
* Required properties
* Mapping properties
* Basic authentication properties
* HTTP header authentication properties
* OAuth 2.0 properties
* URL parameter authentication properties
* Custom authentication request properties
* Data encryption properties
* Proxy server properties
* Web service properties
* Data type handling properties
* Timeout properties
* Statement pooling properties
* Additional properties