Code: Select all
try
ZStoredProc.ExecProc; // or Open;
except
on E: Exception
Showmessage(E.Message)
end;
i have a message like:
Code: Select all
cat: Other, proto: firebird-2.0, msg: exception @1 @1 @1 @1, errcode: -836, error: exception @1
I'm using ZeosDBO 6.6.2 in Lazarus.
Thank's for the reply!