ClientHostName
- Last Updated: March 13, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
The host name, or workstation ID, of the client machine to be stored in the database. This property sets the hostname column of the sysprocesses table in the database.
Valid values
string
where:
- string
- is the host name of the client machine.
Notes
- WSID can be used as an alias for ClientHostName.
- Your database may impose character length restrictions on the value. If the value exceeds a restriction, the driver truncates it.
Data source method
public String getClientHostName()
public void setClientHostName(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