Subject How to catch with IBO the FB's error status vector?
Author IMB T
Hi,

The TIBODatabase.OnError handler has the following syntax:

(Sender: TObject; const ERRCODE: Integer;
ErrorMessage, ErrorCodes: TStringList; const SQLCODE: Integer;
SQLMessage, SQL: TStringList; var RaiseException: Boolean);

Which is the ISC error status vector and what is the format that is used? I
personally presume that the 'ErrorCodes' has each cluster on a different
line, but I'm not sure. Also, can someone give an explanation for all these
parameters?

Thanks in advance

m. Th.