OpenDBX 1.3.7 (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:
Many improvements and bugfixes are included in this release and it's recommended to all developers to upgrade to the latest version. The existing odbx_result_free() is deprecated in favor of the new odbx_result_finish(). Additionally, the C++ Stmt::bind() method of the API was removed and the Stmt::escape() method was moved to the connection object. It's now also possible to write data into large objects using the Firebird and Oracle backends, but the Oracle LOB implementation doesn't work at the moment.
|