Appendix D - Example Files in the Adabas Kit

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/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/src/c_example.c (UNIX)
%ACLDIR%\..\examples\src\c_example.c (Windows)
C example program of Appendix C
$ACLDIR/examples/src/c_example_w.c (UNIX)
%ACLDIR%\..\examples\src\c_example_w.c (Windows)
C example program using wide character sets
$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/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/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
$ACLDIR/examples/src/security_example.c (UNIX)
%ACLDIR%\..\examples\src\security_example.c (Windows)
C example program using Adabas authentication

Note:
The C examples use 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.