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
How can you load the drivers?
How does jdbc connect to database?
What is data source in java?
What is jdbc and jpa?
What does jdbc do?
What is difference between java.util.Date and java.sql.Date?
What is an escape syntax?
What is jdbc vs odbc?
State the three different ways in which you can create a table?
What is a merge field?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
Explain jdbc savepoint?
When does the result for an sql statement return null?
Explain the steps in writing a java program using jdbc?
Why “no suitable driver” error occurs?