Subject | RE: [Firebird-Java] JDBC-connection Problem |
---|---|
Author | Schonder, Matthias |
Post date | 2003-06-02T14:23:16Z |
How can I be more specific?
I tried it with several IB-Databases... but the one I need it for is a
Firebird SuperServer 1.0.2.908-1.64IO ... that's the package name..
The driver is the 1.0 Jaybird version from http://firebird.sf.net but I also
used an older one that has been contributed by someone.. sorry, forgot his
name.
Here are the code snippets:
----------------
java.sql.Driver d = new interbase.interclient.Driver ();
this.c = DriverManager.getConnection(url, this.usr, this.pwd);
----------------
but I also used Class for Name... the above is from a
"interbase-connection-test" app where I tried EVERYTHING... but no luck.
And again.. there is no exception thrown.. all that happens is that the app
is hangin (maybe running in a infintive loop)..
This is all info I can offer...
thanks for the help.
I tried it with several IB-Databases... but the one I need it for is a
Firebird SuperServer 1.0.2.908-1.64IO ... that's the package name..
The driver is the 1.0 Jaybird version from http://firebird.sf.net but I also
used an older one that has been contributed by someone.. sorry, forgot his
name.
Here are the code snippets:
----------------
java.sql.Driver d = new interbase.interclient.Driver ();
this.c = DriverManager.getConnection(url, this.usr, this.pwd);
----------------
but I also used Class for Name... the above is from a
"interbase-connection-test" app where I tried EVERYTHING... but no luck.
And again.. there is no exception thrown.. all that happens is that the app
is hangin (maybe running in a infintive loop)..
This is all info I can offer...
thanks for the help.
>Hi Matthias :)Schonder, Matthias wrote:
>
>Could you give us more information?
>Which database (Firebird OR Interbase?)? Which version?
>Which driver (jaybird or Interclient)? Which version?
>How does your connection string look like?
>Ciao
>Luca
>
>> Hei:)Databases..
>>
>> I've a strange problem with Firebird/Interbase. When I try to connect:
>>
>> c = DriverManager.getConnection(url, usr, pwd);
>>
>> the application hangs. I tried it with two Firebird/Interbase -
>> one on linux the other on windoze.
>> Also a DB2-Connection in the same programm works... but not hte
>>interbase...
>>
>>
>> can anyone help me out?
>>