Subject Re: [ib-support] connection to firebird with java
Author Paul Reeves
Nicolas Ocquidant wrote:
>
> SYSDBA and the password: masterkey seems to be defined because
> i can launch: gsec -user SYSDBA -password masterkey
>
> I have of course installed the interclient client.
>
> It looks like jboss cannot get a connection to the database.
>
> The parameters I used are:
>
> <attributename="URL">
jdbc:interbase://localhost/opt/dbs/storage/firebird/firebirdDBtest.gdb
</attribute>
> <attribute name="JDBCUser">SYSDBA</attribute>
> <attribute name="Password">masterkey</attribute>
>

Try using the standard Firebird connect string.

For a local connection

jdbc:interbase:/opt/dbs/storage/firebird/firebirdDBtest.gdb

for a remote connection:

jdbc:interbase:localhost:/opt/dbs/storage/firebird/firebirdDBtest.gdb


Paul

--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further