Subject | Using JayBird from Netbeans |
---|---|
Author | Jinwah Serapis |
Post date | 2007-06-28T15:22:33Z |
Hi,
This should be simple to fix..
I am using the following line to fetch a connection object.
connection =
DriverManager.getConnection("jdbc:firebirdsql:localhost/3050:C:\\MYDB.fdb",
"SYSDBA", "masterkey");
I have added jaybird-full-2.1.1.jar to my library and the library to
my project.
I am getting the following error..
java.sql.SQLException: No suitable driver found for
jdbc:firebirdsql:localhost/3050:C:\...
So my question is how do I get Netbeans to know about the jaybird driver.
Thanks
Jinwah
This should be simple to fix..
I am using the following line to fetch a connection object.
connection =
DriverManager.getConnection("jdbc:firebirdsql:localhost/3050:C:\\MYDB.fdb",
"SYSDBA", "masterkey");
I have added jaybird-full-2.1.1.jar to my library and the library to
my project.
I am getting the following error..
java.sql.SQLException: No suitable driver found for
jdbc:firebirdsql:localhost/3050:C:\...
So my question is how do I get Netbeans to know about the jaybird driver.
Thanks
Jinwah