Answer Posted / priya
TYPE 1: JDBC AND ODBC Bridge
TYPE 2:Native API,partly java driver
TYPE 3:Networking protocol,all java driver
TYPE 4:Native potocol,all-java driver
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How many packages are available in jdbc api?
What is connection data?
What does the connection object represents?
What is the return type of class.forname() method?
What is the limitation of PreparedStatement and how to overcome it?
What are the factors that the jdbc driver performance depends upon?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
What is jdbc and its types?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How to set NULL values in JDBC PreparedStatement?
What is jdbc in java?
What is executequery in java?
What is preparedstatement in jdbc?
What is in terms of jdbc a datasource?
Why would you use setautocommit(false) in jdbc?