The Adabas kit contains the following example files:
File Name | Description |
---|---|
$ACLDIR/examples/bin/c_example (UNIX) %ACLDIR%\..\examples\client\c_example.exe (Windows) |
Executable of the C example program |
$ACLDIR/examples/bin/lob_example (UNIX) %ACLDIR%\..\examples\client\lob_example.exe (Windows) |
Executable of the C example program for LOB processing |
$ACLDIR/examples/bin32/c_example (UNIX, only on 64
bit systems where 32 bit mode is supported) %ACLDIR%\..\examples\bin32\c_example.exe (Windows, only on 64 bit systems where 32 bit mode is supported) |
Executable of the C example program in 32 bit mode |
$ACLDIR/examples/bin32/lob_example (UNIX, only on
64 bit UNIX systems where 32 bit mode is supported) %ACLDIR%\..\examples\bin32\lob_example.exe (Windows, only on 64 bit systems where 32 bit mode is supported) |
Executable of the C example program for LOB processing in 32 bit mode |
$ACLDIR/examples/src/c_example.c (UNIX) %ACLDIR%\..\examples\src\c_example.c (Windows) |
C example program of Appendix C |
$ACLDIR/examples/src/lob_example.c (UNIX) %ACLDIR%\..\examples\src\lob_example.c (Windows) |
C example program for LOB processing of Appendix C |
$ACLDIR/examples/src/makefile (UNIX) %ACLDIR%\..\examples\src\makefile (Windows) |
Make file for C example program - for usage, see the comments in the make file |
Note:
The C example uses the Employees file, which is one of the demo Adabas
files delivered with the Adabas kit. For more information on the demo files see
Utilities, Appendix A.