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 _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal