| Author |
what is thin driver?
|
Krishna Srinivasan
Ranch Hand
Joined: Jul 28, 2003
Posts: 1803
|
|
what is thin driver?what is the use of that? explain in detail. Advance Thanx.
|
Krishna Srinivasan
OCAJP Mock Questions
|
 |
Nagendra Prasad
Ranch Hand
Joined: Jul 11, 2002
Posts: 219
|
|
There are a lot of posts regarding thin drivers in this forum. PErhaps you should take some time to search this forum for a detailed explanation. A Thin Driver is otherwise known as a Type IV driver. This is a driver written in pure java and therefore portable across all machines. The classes that communicate with the database are written in java and as such do not require any other component (like the database's client software) to be installed on the application server. Thats the reason behind calling then 'thin'.
|
Best Regards,<br />Nagendra Prasad.
|
 |
 |
|
|
subject: what is thin driver?
|
|
|