Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Adabas: Version 6.1
You want to access Adabas D
from PERL or TCL.
There is a free version of AdabasTcl
. It is possible to access Adabas D via
TCL/TL with this tool. Version 1.0 is available from
http://www.NeoSoft.com/tcl/ftparchive/sorted/databases/adabastcl-1.0/.
AdabasTcl can also be used as a PERL interface, when it is configured correctly. After the unpacking, follow the steps below :
cd adabastcl-1.0 ./configure --with-perl make cd perl/Adabas su root -c "make install"
There is no documentation for the interface. However there is a PERL script (adabastcl-1.0/perl/Adabas/test.perl), which may serve as a reference for the functionality of the PERL procedures. The interface can be called with the command 'make test' or after the installation of the Adabas module with the command 'perl test.perl'.
It might be necessary to set the following define :
make CC="cc -DHAS_BOOL -Dbool=char"We would like to thank the author of AdabasTcl for this information :
Christian Krone Varziner Str. 12 D-12161 Berlin mailto:krischan@cs.tu-berlin.de
Categories:
Adabas D
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch