[fpc-pascal] Re: PostgreSQL and error codes

silvioprog silvioprog at gmail.com
Thu May 23 15:37:36 CEST 2013


2013/5/23 Reinier Olislagers <reinierolislagers at gmail.com>

> On 23-5-2013 3:11, silvioprog wrote:
> > How to get the error code of a data base error? I'm using the
> > PostgreSQL.
>
> You can catch db specific errors (descendends of EDatabaseError IIRC) in
> an exception - the postgresql descendent was extended with more
> properties that include the error code IIRC, or you can catch
> EDatabaseError but you won't have much detail; see SQLDBTutorial1
> through 3 on the wiki - probably 2 - (it should be in at least one of
> them).... or of course check the documentation for sqldb.
>
> Thanks,
> Reinier


Very good explanation. I'm trying to implement it:
https://github.com/mdbs99/Greyhound/issues/30. :)

I'll try it, thank you very much!

-- 
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20130523/4ce4f4c9/attachment.html>


More information about the fpc-pascal mailing list