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 DataSource. For a DriverManager connection, a property is expressed as a key value pair and takes the form property=value. For a DataSource connection, a property is expressed as a JDBC method and takes the form setproperty(value). Connection property names are case-insensitive. For example, Password is the same as password.
Note: In a JDBC DataSource, string values must be enclosed in double quotation marks, for example, setKeyspaceName("MyKS").
See "Connection Property Descriptions" for an alphabetical list of connection properties and their descriptions.
* Required Properties
* Mapping Properties
* Authentication Properties
* Data Encryption Properties
* Statement Pooling Properties
* Additional Properties