What is Type-1 Driver and when this driver is used?
Answer Posted / guest
TYpe -1 Driver is JDBC-ODBC Bridge Driver.
odbc can't be used directly with jdbc,because it uses a c
interface.Moreover odbc make use of pointers which are
totally removed from java.The jdbc-odbc bridge driver
delegates the calls to the datasource.The standard jdk
includes the classes for bridge driver and there is no need
to install any additional classes.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is device controller?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Compare jdbc and odbc and how is jdbc required in this context.
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is jdbc and why is it required?
How many types of jdbc drivers are available?
What is the use of jdbc?
Is jdbc part of j2ee?
What are the steps required to execute a query in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is an SQL Locator?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What does the jdbc resultset interface?
In which ways is driver class is registered with drive manager?
Name different methods for getting streams.