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
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
How you restrict a user to cut and paste from the html page using java programing?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What class.forname does, while loading the drivers?
explain about special characters?
How to insert an image or raw data into database?
What are types of resultset?
What is a jdbc connection pool?
What is jdbc and jpa?
What is phantom read and which isolation level prevents it?
What does it mean to "materialize" data?
please tell me the name and url path for type-4 driver ?
What is jdbc connection string?
What is database deadlock ? How can we avoid them?
Explain the main method?