Answer Posted / yazhini
JDBC drivers are divided into four types or levels.There are:
Type 1:JDBC-ODBC Bridge driver(Bridge)
Type 2:Native-API/partly java driver(Native)
Type 3:All java/Net-protocol driver(Middleware)
Type 4:All java/Native-protocol driver(Pure)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What should be done for auto generating primary key id in a table ?
Which jdbc driver type s is are the jdbc odbc bridge?
What is difference between java.util.Date and java.sql.Date?
How many types of jdbc drivers are there?
What is executequery in java?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What are the benefits of PreparedStatement over Statement?
What is createstatement method in java?
Describe odbc?
Is possible to open a connection to a database with exclusive mode with JDBC?
Which is better odbc or jdbc?
Is jdbc faster than odbc?
How do you determine the sensitivity of the ResultSet object?
What class.forname will do while loading drivers of jdbc?
What is the use of jdbc api?