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. 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 that is 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 installed the driver in a directory named "DataDirect" that is not on the Windows system path, you can use this property to specify the directory containing the NTLM authentication DLL as shown in the following URL.
jdbc:datadirect:oracle://server3:1521;ServiceName=ORCL;
LoadLibraryPath=C:\DataDirect\lib;User=test;Password=secret
Default
None
Data Type
String