Page 1 of 1

Error Handling for "executing" comps

Posted: Wed 22 Nov 2006 16:38
by xstef
Hi,
would it be possible to have an OnExecuteError event for TIBCStoredProc and TIBCSql. That way we could centralize the error handling for errors generated by the DB.

Thank you in advance,

Stefanos Charalampous
TwinSoft

Posted: Thu 23 Nov 2006 09:25
by Alex
Try to use TIBCConnection.OnError event.
This event will be called in case of exception during database operation using this connection.