Thursday - September 2, 2010
|
SQL Solutions
Support for SQL databases is accomplished using
Open Database Connectivity (ODBC), a widely used API for
SQL access under Windows. This technology uses
replaceable drivers, supplied as dynamic link libraries
(DLLs), which standardize the interface to the various
database formats. Visual Objects comes bundled with
DLLs for many of the popular ODBC formats, and provides
language support for a superset of the standard ODBC API,
as well as, an object-oriented interface compatible with that
used for Xbase database files.
|