Page 1 of 1

Error using ZStoredProc with Oracle

Posted: 29.11.2005, 13:39
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