Subject | Java-Jaybird - Configuration Step By Step |
---|---|
Author | srj.suraj |
Post date | 2011-05-06T05:31:05Z |
Hai Everybody,
Am new to java enviornment,Can anyone specdify steps to configure Jaybird.
Am using JSP and a Java Class File.
From The Java Class File am trying to create a Jaybird Connection.
DriverManager.getconnection - gives an error message - No Suitable Driver.
Code as Follows
Class.forName("org.firebirdsql.jdbc.FBDriver");
connection = DriverManager.getConnection(
"jdbc:firebirdsql://localhost:3050/C:/test.gdb", "sysdba", "masterkey");
Configuration
-----------------
Windows XP
Firebird_2_1
jdk1.5.0_22
jaybird-2.1.6.jar
Apache Tomcat 6.0
Thanks in advance to all experts..
Am new to java enviornment,Can anyone specdify steps to configure Jaybird.
Am using JSP and a Java Class File.
From The Java Class File am trying to create a Jaybird Connection.
DriverManager.getconnection - gives an error message - No Suitable Driver.
Code as Follows
Class.forName("org.firebirdsql.jdbc.FBDriver");
connection = DriverManager.getConnection(
"jdbc:firebirdsql://localhost:3050/C:/test.gdb", "sysdba", "masterkey");
Configuration
-----------------
Windows XP
Firebird_2_1
jdk1.5.0_22
jaybird-2.1.6.jar
Apache Tomcat 6.0
Thanks in advance to all experts..