Subject | Re: Exception handling |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-05-12T09:23Z |
Hi,
335544321). There is no method to access SQLCODE.
Best regards,
Roman Rokytskyy
> AFAIK Firebird returns two different error codes: a standard SQLCODETrue.
> and a Interbase/Firebird specific code, GDSCODE.
> Should I check in my Java code for the SQLCODE, or should I betterSQLException.getErrorCode() will return you GDSCODE (something like
> consider the specific GDSCODE? How could I get this information
> through the SQLException ( getMessage, getErrorCode?) and what kind
> of information should I expect from these methods?
335544321). There is no method to access SQLCODE.
Best regards,
Roman Rokytskyy