skip to main content
Using the Driver : Using Client Information : How Databases Store Client Information : Storing Client Information
  

Try DataDirect Drivers Now
Storing Client Information
Your application can store client information associated with a connection using any of the following methods:
*Using the driver connection properties listed in the following table.
*Using the following JDBC methods:
*Connection.setClientInfo(properties)
*Connection.setClientInfo(property_name, value)
*Using the JDBC extension methods provided in the com.ddtek.jdbc.extensions package.
Table 17. Client Information Properties
Property
Characteristic
Defines accounting information. This value is stored locally and is used for database administration/monitoring purposes.
Specifies the name of the application. This value is stored locally and is used for database administration/monitoring purposes.
Specifies the host name of the client machine. This value is stored locally and is used for database administration/monitoring purposes.
Specifies the user ID. This value is stored locally and is used for database administration/monitoring purposes.
Specifies the driver and version information on the client. This value is stored locally and is used for database administration/monitoring purposes.