Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Adabas: Version 6.1,10.0
You want to call a database procedure and evaluate its return values using one of these tools
For TKQuery/xquery the Adabas-specific SQL command PROC exists, e.g.
proc me.myprog.myproc('arg1',47)Here are two important restrictions (for xquery/TKQuery):
Some comments about AdabasTcl/AdabasPerl:
There is currently no way to bind OUT or INOUT parameters.
Some comments about JDBC:
con.prepareCall("{call me.myprog.myproc('arg1',47)}");
Preview on version 11.0:
We would like to thank Christian Krone from SQL Datenbanksysteme GmbH / Berlin for this information
Keywords: ADABAS D, JDBC, TCL, PERL
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch