skip to main content
DataDirect Connect Drivers : Microsoft SQL Server Driver : Connection Properties : LoadLibraryPath
  
LoadLibraryPath
Purpose
Specifies the directory for the DLL for NTLM authentication on Windows clients when AuthenticationMethod=ntlm. The driver looks for the DLL in the specified directory.
Valid Values
string
where:
string
is the fully qualified path of the directory that contains the DLL for NTLM authentication.
Behavior
If unspecified, the driver looks for the DLL in a directory on the Windows system path defined by the PATH environment variable.
If set to string, the driver looks in the specified directory for the DLL. Use this value if you install the driver in a directory that is not on the Windows system path.
Notes
*When you install the driver, the NTLM authentication DLLs are installed in the install_dir/lib subdirectory, where install_dir is the product installation directory.
Example
If you install the driver in a directory named "DataDirect" that is not on the Windows system path, use this property to specify the directory containing the NTLM authentication DLL.
jdbc:datadirect:sqlserver://server3:1433;DatabaseName=test;
LoadLibraryPath=C:\DataDirect\lib;User=test;Password=secret
Default
None
Data Type
String
See also
Configuring NTLM Authentication