Why JDBC type4 driver is called as Thin Driver?

Showing Answers 1 - 2 of 2 Answers

satheesh

  • Nov 14th, 2005
 

Type 4 Driver is written in java hat communicate directly with vendors db through socket connection.no translation or middleware required which improves its performance

  Was this answer useful?  Yes

viswanadh

  • Mar 12th, 2006
 

It is called so  because this driver is built using java language only

there by the performance is also increased.

To use this driver no Data Base specific software is reqd.

It is also called as pure java driver.It's url is (jdbc:oracle:thin:@localhost:1521:orcl:scott:tiger)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions