Обработка ошибок - код
Добавлено: 07 июн 2005, 15:13
on E:EIBClientError do
begin
ShowMessage(E.Message);
ShowMessage(IntToStr(E.IBErrorCode));
ShowMessage(IntToStr(E.SQLCode));
end
Откуда почерпнуть инфу, чтобы расшифровать IBErrorCode и SQLCode?
begin
ShowMessage(E.Message);
ShowMessage(IntToStr(E.IBErrorCode));
ShowMessage(IntToStr(E.SQLCode));
end
Откуда почерпнуть инфу, чтобы расшифровать IBErrorCode и SQLCode?