Answer Posted / sushant
the database hs been created using SQL server which is ODBC
complaint. Hence the JDBC-ODBC bridge driver will be used
to communication width the database the folloeing
statement will be used to load this driver
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is JDBC Statement?
How to get the Database server details in java program?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Does jdbc use odbc?
Which type of JDBC driver is the fastest one?
What is jdbc resultsetmetadata interface?
What are jdbc and its components?
What is benefit of using preparedstatement in java?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How can you make a connection?
What is data source in java?
Which type of driver is unique in jdbc?
How to connect multiple database in jdbc?
What is sqlwarning?
What happens if connection is not closed in jdbc?