"The designers of ODBC aimed to make it independent of programming languages, database systems, and operating systems."
(http://en.wikipedia.or g/wiki/ODBC)
1- Does it mean that all (or most) programming languages can connect to a database directly using ODBC?
or should there be a converter between programming language and the ODBC?
for example how can we connect to oracle or mysql with an application
written by C++ or Perl ?
2- What is the situation for java? if ODBC is independent of programming language as mentioned above why it needs a JDBC or JDBC-ODBC bridge?
(http://en.wikipedia.or g/wiki/ODBC)
1- Does it mean that all (or most) programming languages can connect to a database directly using ODBC?
or should there be a converter between programming language and the ODBC?
for example how can we connect to oracle or mysql with an application
written by C++ or Perl ?
2- What is the situation for java? if ODBC is independent of programming language as mentioned above why it needs a JDBC or JDBC-ODBC bridge?
Comment