Subject | Re: Can't connect to DB oln localhost - Linux issue? |
---|---|
Author | muellerix2k |
Post date | 2004-12-17T14:48:17Z |
> Note, when you useTCP/IP stack
>
> CONNECT '/home/myhome/mydb.fdb' USER 'sysdba' PASSWORD 'masterkey';
>
> isql uses IPC to connect to your database. To be sure that your
> works correctly, useI tried both versions and they work both... so it has to be a Java
>
> CONNECT 'localhost:/home/myhome/mydb.fdb' USER 'sysdba' PASSWORD
> 'masterkey';
issue....
I'll write a small Java program that connects to the Firebird Port and
see if that works....
Michael