The HCL OneDB general libraries
The following is a list of the HCL
OneDB™ general
libraries for on
a UNIX™ operating system.
- libgen
- Contains functions for general tasks.
- libos
- Contains functions for tasks that are required from the operating system.
- libsql
- Contains functions that send SQL statements between client application and database server.
- libgls
- Contains functions that provide Global Language Support (GLS) to HCL OneDB products.
- libasf
- Contains functions that handle communication protocols between client application and database server.
HCL OneDB general libraries are in the $INFORMIXDIR/lib/esql and $INFORMIXDIR/lib directories on UNIX operating systems.
The HCL OneDB general library for for Windows™ is just one DLL named isqlt09a.dll. The file is in the %INFORMIXDIR%\lib directory.
The static library for for Windows is named isqlt09s.lib. The file is in the $INFORMIXDIR/lib directory.
On many platforms there is a system library named libgen.a. To avoid compilation errors, it is recommended that you do not use the libgen.a HCL OneDB library. Instead, use libifgen.a HCL OneDB library which contains a symbolic link to libgen.a.