Subject Remote connection problem
Author slaks2005
Hi,
I use JDBC driver.
It connects me to the local database with no problem
(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
"

the remote connection string looks like this :
"jdbc:firebirdsql:remotelhost:c:\temp\database.gdb"

Is it the problem in server configuration or java permissions?
How to handle it?

Thanks.
Slava.