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
Code: Select all