skip to main content
Using the driver : Using Connection Properties : Additional Properties
  

Try DataDirect Drivers Now

Additional Properties

The following table summarizes additional connection properties.
Table 23. Additional Properties
Property
Characteristic
Specifies the maximum number of rows that the driver processes before returning data to the application for a single fetch request when executing a Select. This value provides a suggestion to the driver as to the number of rows that should be returned to the application. The driver may fetch fewer rows to conserve memory when processing exceptionally wide rows.
One or multiple SQL commands to be executed by the driver after it has established the connection to the database and has performed all initialization for the connection.
Specifies the filename of the configuration file used to initialize driver logging.
Determines the amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request.
Specifies whether the connection has read-only access to the data source.
Specifies a preference for the type of member (server node) of a replica set to which the driver attempts to connect.
Specifies the maximum size, in megabytes, of an intermediate result set that the driver holds in memory. When this threshold is reached, the driver writes a portion of the result set to disk in temporary files.
Enables DataDirect Spy to log detailed information about calls that are issued by the driver on behalf of the application. DataDirect Spy is not enabled by default.
Specifies how the driver handles manual transactions.

See also

*Connection Property Descriptions
*Connecting from an Application
*Creating and Customizing Schemas Using the DataDirect Schema Tool