OnError - IB/FB
Posted: Wed 18 Jun 2008 08:54
I use FireBird. I see that TUniConnection use SQL Error Codes -803, -104 .... but they no precise for me. If it possible to access in OnError event to full GDSErrorCode ?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
(E as EIBCError).ErrorNumber
Code: Select all
((E as EUniError).InnerError as EIBCError).ErrorNumber