Hello:
> I have a document "Firebird 1.5 Error Codes" that appears to match the
> negative error numbers and also shows corresponding 'GDSCODE' numbers
> such as 335544569. It isn't clear to me what the relationship is nor
> whether the negative errors are definitely the most useful.
The only t
Hi,
I am seeking documentation and advice on handling errors when using the
FirebirdClient-2.0.1 driver (against Firebird 1.5.3 database).
Upon executing a bit of invalid SQL, an FbException is returned. It
contains a collection of FbErrors.
For example on executing 'Select rubbish;' I receiv