Answer Posted / sai
4 Types of drivers are there
Type 1 : JDBC-ODBC Bridge Driver(Thick Driver)
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver(Thin Driver)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is jdbc in dbms?
Give an example of code used for setting up connection with a driver.
What should be done for auto generating primary key id in a table ?
What is executeupdate in java?
What is database deadlock ?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
What are the factors that the jdbc driver performance depends upon?
What is JDBC Statement?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Why do we use jdbc in java?
What are the common tasks of JDBC?
What is the role of the jdbc drivermanager class?
How to retrieve warnings in jdbc?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?