ODBC & JDBC

What is the purpose of creating ODBC data source in establishing a connection between Java application & database?

Questions by Nilusha Thilakani

Showing Answers 1 - 9 of 9 Answers

sindhumsc

  • Aug 24th, 2010
 

ODBC stands for open database connectivity which helps us to connect then link from Java to database..so if we want to connect from Java to any database one way is to use ODBC which helps to connect Java to any database (like Oracle, MySQL..).

  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