Subject | Ploblems with a connection string |
---|---|
Author | davidbuzatto |
Post date | 2006-08-04T14:24:13Z |
Hello!
I´m writing an app that access two databases (Interbase and MS SQL
Server) to retrive some data.
To acces MS SQL Server i´m using the jTDS JDBC driver, and it works
fine.
I´m using JayBird JDBC driver but i´m dont have success to conect to
Interbase, i´m think my conection (URL) string is wrong... I´ve been
trying lots of variations of the string...
Well, thise are the informations that i´m passing to JayBird...
Driver: org.firebirdsql.jdbc.FBDriver
URL: jdbc:firebirdsql:192.168.0.3/3050:/e:/interbase/academico-bkp.gdb
The jaybird-full-2.0.1.jar is in the classpath.
I hope somebody can help me, because i dont want to use the Jdbc-Odbc
bridge... (using this and the firebird odbc driver i can conect to
interbase, but i want to have more flexibility on deployment)
Thanx!
I´m writing an app that access two databases (Interbase and MS SQL
Server) to retrive some data.
To acces MS SQL Server i´m using the jTDS JDBC driver, and it works
fine.
I´m using JayBird JDBC driver but i´m dont have success to conect to
Interbase, i´m think my conection (URL) string is wrong... I´ve been
trying lots of variations of the string...
Well, thise are the informations that i´m passing to JayBird...
Driver: org.firebirdsql.jdbc.FBDriver
URL: jdbc:firebirdsql:192.168.0.3/3050:/e:/interbase/academico-bkp.gdb
The jaybird-full-2.0.1.jar is in the classpath.
I hope somebody can help me, because i dont want to use the Jdbc-Odbc
bridge... (using this and the firebird odbc driver i can conect to
interbase, but i want to have more flexibility on deployment)
Thanx!