ProgramID
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the driver and version information on the client to be stored in the database. This property sets the CLIENT_PRDID value in the database. For Db2 for Linux/UNIX/Windows, this value is located in the SYSIBMADM.APPLICATIONS table.
Valid Values
DDJ
VVRRM
where:
DDJ- identifies the driver as a DataDirect Connect Series for JDBC driver.
- VV
- identifies a 2-digit version number (with high-order 0 in the case of a 1-digit version).
- RR
- identifies a 2-digit release number (with high-order 0 in the case of a 1-digit release).
- M
- identifies a 1-character modification level (0-9 or A-Z).
Example
DDJ04200
Data Source Methods
public String getProgramID()
public void setProgramID(String)
Default
No default value
Data Type
String