can the Application write with Java Language using the ODBC API without JDBC-OBDC bridge driver ??
Question about the Java and ODBC.
Collapse
X
-
Unless I'm mistaken the ODBC API is in C, isn't it?Originally posted by wengercan the Application write with Java Language using the ODBC API without JDBC-OBDC bridge driver ??
To what sort of database are you trying to connect? There should be a driver available that connects directly without having to use the old bridge driver.
Comment