ProgramID
- Last Updated: July 17, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
The driver name and version information on the client to be stored in the database. This property sets the hostprocess column in the sysprocesses table.
Valid values
string
where:
- string
- is a value that identifies the product and version of the driver on the client.
Example
576383
Data source method
public String getProgramID()
public void setProgramID(String)
Default
Empty string
Data type
String
See also
-
Note: For more information on connection failover and different levels of failover protection provided by the driver, refer to Client information in the Progress DataDirect for JDBC Drivers Reference.
- Connection property descriptions