Which is the best driver among four jdbc drivers?how can we load that driver?

Please give me answer ,if know with code also

Showing Answers 1 - 6 of 6 Answers

chanti

  • Oct 22nd, 2005
 

second

  Was this answer useful?  Yes

Farkalit Usman

  • Mar 20th, 2006
 

Type IV (Native-Protocol Pur Java Driver), which is specific to Vendor and extremly faster than the first three.

  Was this answer useful?  Yes

We need to consider different paramaters when chossing between the drivers. The following summarizes the types of drivers to use in different situations.

Performance with stored procedures: Type 2

Scalability: Type 3, Type 4

Transparent Application Failover: Type 2

Legacy system with ODBC driver: Type 2

Portability: Type 3, Type 4


Use the Thin driver if you are writing an applet or for applications where you have no control over the client platform.

The OCI driver will not work inside a Web browser because it makes native method calls.

  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