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
Explain how to make updates to the updatable resultsets.
What is in term of jdbc a datasource?
password, is stored in as plain text. What can I do to protect my passwords?
What does jdbc do?
Write a program JDBCcode forfetching student database with SQL.
What are the common jdbc exceptions?
What is in terms of jdbc a datasource?
How to rollback a JDBC transaction?
What is jdbc architecture?
What are the common tasks of JDBC?
What is savepoint in jdbc?
What is metadata in jdbc?
What is odbc and jdbc drivers?
Does jdbctemplate close connection?
How can I manage special characters when I execute an insert query?