Are there any ODBC drivers that do not work with the JDBC-
ODBC Bridge?
Answer Posted / sridhar
Pure java driver(Type 4 driver) will work directly to
database with out JDBC-ODBC Bridge.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a statement?
What is ojvm used for?
Why prepared statements are faster?
How can we set null value in jdbc preparedstatement?
What is metadata in java programming?
What are clob and blob data types in jdbc?
What happens if we don't close the connection in jdbc?
What is executequery in java?
Does jdbctemplate close connection?
Explain the process of creating tables using NetBeans IDE?
How to use JDBC to connect Microsoft Access?
What are the benefits of PreparedStatement over Statement?
What are types of resultset?
What is resultset?
What is difference between java.util.Date and java.sql.Date?