[b]insert into...returning[/b] with Pro*COBOL
Hi,
I wrote a COBOL application to insert a row into an Oracle table. It works fine, but when I append the returning clause to return a trigger-generated value (or any other) I would always get an
ORA-24343: user defined callback error
no matter what data type I use.
Can anyone provide a solution to this problem?
Thanks, Ulf