Domain
- Last Updated: January 24, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Specifies the name of the domain server that administers the database. Set this property only if you are using NTLM authentication. If the Domain property is unspecified, the driver tries to determine the domain server name from the User property.
Valid values
string
where:
- string
- is the name of the domain server.
Data source method
public String getDomain()
public void setDomain(String)
Default
None
Data type
String