What is the protocol is used in type4 driver?

Questions by sadashivarao   answers by sadashivarao

Showing Answers 1 - 7 of 7 Answers

ANAND

  • May 15th, 2006
 

Oracle

 The Dirver Name ls :  oracle.jdbc.driver.OracleDriver

  Was this answer useful?  Yes

deepa

  • May 15th, 2006
 

Native API

  Was this answer useful?  Yes

Nanda

  • May 21st, 2006
 

Driver Name : oracle.jdbc.OracleDriverConnection : jdbc:odbc:thin:@localhost:databasename:1521

  Was this answer useful?  Yes

RamiReddy

  • May 25th, 2006
 

Native protocol

  Was this answer useful?  Yes

masarrat

  • Jul 26th, 2006
 

there are 4 ways to get connected with the database in java

1) MS Bridge(ODBC)

2)Native Driver

3)Java Protocols (Type 3)

4)DBMS Protocols.

  Was this answer useful?  Yes

Spoorthi

  • Sep 13th, 2006
 

   jdbc:oracle:thin:@localhost:1521: our GlobalDatabasename

  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