OpenDBX 1.3.8 (Development branch) |
|
|
The OpenDBX libraries provide a unified and
consistent API for software developers to
different database management systems. The C and
C++ libraries aim to implement access to the
native database interfaces efficiently via a thin
abstraction layer. They consist of a basic set of
functions that are part of all vendor database
libraries and can be extended by additional
function blocks. Currently, Firebird/Interbase, MS
SQL Server, MySQL, Oracle, PostgreSQL, SQLite 2
and 3, and Sybase ASE are supported.
License: GNU Lesser General Public License (LGPL)
Changes:
The ODBC backend is now completely functional and
ready for
extensive testing. The OpenDBX C++ library has
been extended by the
Result::columnPos() method to be able to use
column names instead of
numbers, and the methods in the Result class were
generally shortened.
odbx_escape() has been fixed (it didn't work after
the change in release
1.3.7). The sqlite3 and sqlite backends had a few
bugs in their result
function which are corrected now.
|