JDBC

Java Database Connectivity
JDBC Database Drivers

The JDBC/ODBC bridge driver A piece of native C-code that translates a JDBC call to an ODBC call. Use this driver for development, not for industrial-strength application environments. Note that you have to have an ODBC database driver manager + an ODBC database driver installed on the server in addition to the JDBC/ODBC bridge.

posted @ Thursday, June 26, 2008 12:12 AM | Feedback (0)