on E:EIBClientError do
begin
ShowMessage(E.Message);
ShowMessage(IntToStr(E.IBErrorCode));
ShowMessage(IntToStr(E.SQLCode));
end
Откуда почерпнуть инфу, чтобы расшифровать IBErrorCode и SQLCode?
Обработка ошибок - код
SQLCODE здесь точно описан:
http://www.ibase.ru/v6/doc/langref.zip
http://www.ibase.ru/v6/doc/langref.zip