LoadLibraryPath
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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/libsubdirectory, whereinstall_diris 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