Subject | Re: Firebird-JDBC connection troubleshooting |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-01-08T12:20:52Z |
> dataSource.setDatabaseIf you check examples more carefully you will see that database must be
> ("jdbc:firebirdsql://localhost/3050:D:/Javadev/Databases/MURATEST.GDB");
dataSource.setDatabase(
"localhost/3050:D:/Javadev/Databases/MURATEST.GDB");
Also note, there's two possibilities to specify JDBC URL:
jdbc:firebirdsql://host:port/drive:/path/to/the/database.gdb
or
jdbc.firebirdsql:host/port:drive:/path/to/the/database.gdb
Best regards,
Roman Rokytskyy