Basic HTML version of Foils prepared 7 October 97

Foil 46 Practical Options at NPAC contd.

From Overview of JDBC and its use with Microsoft Access ARL Database Tutorial -- February 98. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


1 Odbc using Jdbc-Odbc bridge from Intersolv Inc.
2 - ODBC is an open programming interface based on structured query language (SQL). The interface provides a standard, universal library of functions for building and deploying cross-platform database-independent applications.
3 -ODBC functions can be called from any programming language that can call a dynamic link library (DLL) or shared library.
4 -"ODBC is not appropriate for direct use from Java since it is a C interface."
5 -Non-availability of database drivers prompted javasoft to leverage the broad base of installed ODBC drivers, so the JDBC/ODBC Bridge enables data access from Java to ODBC interface via JDBC

in Table To:


© on Mon Oct 13 1997