skip to main content
DataDirect Connect Drivers : Microsoft SQL Server Driver : Connection Properties : Domain
  
Domain
Purpose
Specifies the name of the domain server that administers the database. Set this property only if you are using NTLM authentication (AuthenticationMethod=ntlmjava). 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.
Default
None
Data Type
String
See also
Authentication