OCL
Posted: Tue 22 Aug 2006 11:46
Hi all,
i have downloaded the OCL from your WebSite.
I try to execute a storred procedure on an oracle database which returns a recordset.
I have tryed it with
exec procname param
and
call procname(param)
both does not work ...
In the two cases i get an ORA-20004 (Unknown error) exception ...
If i call a procedure without a parameter it works ...
We are already using ODAC in Delphi and there we used the TORAStoredProc class, which does not exist in this lib.
Is this a limitation, or not possible ?
Does somebody has an working example ?
Kr
Christian
i have downloaded the OCL from your WebSite.
I try to execute a storred procedure on an oracle database which returns a recordset.
I have tryed it with
exec procname param
and
call procname(param)
both does not work ...
In the two cases i get an ORA-20004 (Unknown error) exception ...
If i call a procedure without a parameter it works ...
We are already using ODAC in Delphi and there we used the TORAStoredProc class, which does not exist in this lib.
Is this a limitation, or not possible ?
Does somebody has an working example ?
Kr
Christian