Subject | Re: [Firebird-Java] Remote connection problem |
---|---|
Author | Gabriel Reid |
Post date | 2005-12-03T18:28:25Z |
On Fri, Dec 02, 2005 at 05:48:16PM -0000, slaks2005 wrote:
isc_error_msg.properties resource file. It appears that you may be
trying to access a table that doesn't exist in the remote database, as
one of the "missing" error messages that you're not getting is "Table
unknown".
I think the problem that needs to be solved first is why the
error messages aren't being resolved. Which release and which jar file
are you using on your classpath for Jaybird?
Gabriel
> It connects me to the local database with no problemThe error codes that you're getting are defined in the
> (the connection string looks like this
> "jdbc:firebirdsql:localhost:c:\temp\database.gdb" with
> adiministrator permissions )
>
> When i try to connect to remote database it throws me the following
> error
> "GDS Exception. No message for code 335544569 found.
> No message for code 335544436 found.
> No message for code 335544580 found.
> No message for code 335544382 found
> "
isc_error_msg.properties resource file. It appears that you may be
trying to access a table that doesn't exist in the remote database, as
one of the "missing" error messages that you're not getting is "Table
unknown".
I think the problem that needs to be solved first is why the
error messages aren't being resolved. Which release and which jar file
are you using on your classpath for Jaybird?
Gabriel