Error using ZStoredProc with Oracle

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Zanette
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 29.11.2005, 13:16

Error using ZStoredProc with Oracle

Post by Zanette »

I'm using ZStoredProc in Delphi 7 with Oracle 10g.
My code is:
[syntax="delphi"] conn.StartTransaction;

Try
proc.ExecProc;
conn.Commit;
except
conn.Rollback;
end;[/syntax]

When I run ExecProc, it raise an error:
Project Project1.exe raised exception class EZSQLException with message 'Unsupported operation'.

Can anyone help me pls?

Marcelo
Post Reply