How do I connect to database using JDBC drivers without using ODBC?example:presently I am trying to access MySQL databse withjdbc:odbc:......is it possible for me to directly connect to databse without using ODBCI mean JDBS:......

Showing Answers 1 - 1 of 1 Answers

sekhar

  • Sep 18th, 2006
 

we can connect to any database(with out the help of odbc) if the vendor of database provides a native driver for the database.by using that driver we can connect to the database from jdbc.this coneection is type4 connection.

  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