Subject Re: Error Messages and Interclient Incompatabilities
Author Roman Rokytskyy
Hi,

> We have a web app running using firebird 1.02, firebirdsql
> 1.0rc3 / interclient 1.6. Java 1.3.1. The database is dialect 1, as
> interclient 1.6 does not support dialect 3.
> ...
> What do I have to do to get the correct text for the error codes?

Something wrong is with your classloader. It would be great if you
can find the reason, because you are not the only one complaining
about this, however no test case exists. Error messages are stored in
the firebirdsql.jar/isc_error_messages.properties file and are loaded
using classloader that loaded org.firebidsql.gds.GDS class.

> Also why is it working with interclient and not firebirdsql? When
> we connect to firebirdsql we put a ?sql_dialect=1 on the end.

See FAQ question 29. We do no guarantee correct work in dialect 1
databases. If you wish to switch to JayBird, convert your database to
dialect 3.

Best regards,
Roman Rokytskyy