What is Type-1 Driver and when this driver is used?
Answer Posted / chandrarekha
JDBC-ODBC driver is called the type 1 driver..it used for
standalone applications only...it is the default driver
therefore not necessary to install the driver like type
2,3,4....and it's not useful for applications over network
and over web...the driver converts the statements/JDBC
calls into opendatabase connectivity calls based on which
the data is retrived from the database
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is connection pooling and why it is used?
What are the types of jdbc drivers that exist?
Why is odbc needed?
How do we load the drivers?
What is the advantage of namedparameterjdbctemplate?
Describe odbc?
What is while rs next ())?
What is jdbc and why is it required?
What is the role of jdbc drivermanager class?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What are types of resultset?
What is hbm xml?
How can I determine the isolation levels supported by my DBMS?
What is jdbc odbc connection?
What are clob and blob data types in jdbc?