ClientUser
- Last Updated: March 13, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Specifies the user ID. This value is stored locally and is used for database administration/monitoring purposes.
Valid values
string
where:
- string
- is a valid user ID.
Data source method
public String getClientUser()
public void setClientUser(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