When I try calling a stored procedure from dbExpress(C++ Builder, Kylix), I get the next error:
"[IBM][CLI Driver] CLI0110E Invalid output or indicator buffer specified. SQLSTATE=22002."
under these conditions:
-if the procedure has out/inout paramenters;
-if one of the out/inout parameters is null.
Systems are :
DB2 UDB Express edition, version 8.1.2 (Client on WinXP, and Linux- Server on Linux).
If the procedure has no inout/out parameters or none are null, it executes just fine.
Can anyone help me on this issue?