Subject | Re: [ib-support] connection to firebird with java |
---|---|
Author | Paul Reeves |
Post date | 2001-10-12T14:13:12Z |
Nicolas Ocquidant wrote:
</attribute>
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
>jdbc:interbase://localhost/opt/dbs/storage/firebird/firebirdDBtest.gdb
> 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">
</attribute>
> <attribute name="JDBCUser">SYSDBA</attribute>Try using the standard Firebird connect string.
> <attribute name="Password">masterkey</attribute>
>
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