JDBC Type 4 Driver 2.0 Programmer's Reference (SQL/MX 2.x)
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify JDBC Type
4 Properties.
Note: Be careful when using this property. A network timeout causes the socket connection between
the Type 4 driver and the MXCS server to timeout. If the server is engaged in a transaction or
an SQL operation, then the server continues to perform that transaction or operation until the
transaction or operation fails, TMF times out, or the server realizes that the Type 4 driver
client has gone away. A network timeout can result in an open transaction or operation that
continues for a significant time before failing or rolling back.
As a result of a network timeout, the connection becomes unavailable.
Data type: int
Units: seconds
Default: 0 (No network timeout is specified.)
0 through to 2147483647
password Property
The password property sets the Guardian password value for to MXCS. The password is encrypted
when it is passed to MXCS.
Set this property on a DataSource object, ConnectionPoolDataSource object, or
DriverManager object. For information about how to set properties, see How to Specify JDBC Type
4 Properties.
Data type: String
Default: empty string
For example: password=eye0weU$s
properties Property
The properties property specifies the location of the properties file that contains keyword-value
pairs that specify property values for configuring the Type 4 driver. For more information, see Creating
and Using a Properties File.
reserveDataLocators Property
The reserveDataLocators property sets the number of data locators to be reserved for a process
that stores data in a LOB table.
Set this property on a DataSource object, ConnectionPoolDataSource object, or










