Please enable JavaScript to view this site.

ESL Documentation

Navigation: ESL Documentation > ESL SQL Executable Support > ORACLE Support

Setting the Client interface library

Scroll Prev Top Next More

To allow ESL to support different versions of the ORACLE Client, when using the ESLSQLOR.exe local application, the required interface library must be specified when starting the local application using the "-l" parameter followed by the name of the library, for example;

start local Database "EslSQLOR.exe" "-l orasql10.dll"

If the Client library is not specified, then the following error is returned:

ERROR: Client Library not specified.

If the Client library cannot be found, or cannot be loaded, then the following error is returned:

ERROR: Unable to load Client Library orasqlxx.dll

Where "orasqlxx.dll" is the library specified.

If the file extension is not specified, then the default ".dll" is assumed.