What is Type-3 Driver and when this driver is used?
Answer Posted / devarathnam c,kotagudibanda(po
Type3 Driver:
It is also known as "Net Protocol driver" which is working
based on three-tier system.It requires a middle tire.Mainly
it is used in the "Network environment applications".It
will dependent on one of the application servers like
BEA Weblogic,IBM Websphere etc..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jdbc architecture in java?
What is connection commit?
How many jdbc driver types are there?
How to set NULL values in JDBC PreparedStatement?
How can I determine the isolation levels supported by my DBMS?
What is sqlwarning?
How do I check in my code whether a maximum limit of database connections have been reached?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How can you make the connection using jdbc?
What is the meaning of batch updates?
What is statement and preparedstatement in java?
What is jdbc odbc connection?
What are the common tasks of JDBC?
What are the jdbc statements?
Why resultset is used in java?