Skip to content Skip to footer

DatabaseLayer 1.8 Released

Yesterday jb_coder announced new version of cross-platform database access library for wxWidgets, DatabaseLayer 1.8.

DatabaseLayer provides access to different types of databases using unified wxWidgets-based API. It supports:

  • SQLite3
  • Firebird
  • MySQL
  • PostgreSQL
  • Oracle
  • Microsoft SQL Server
  • ODBC

Here is the list of changes for this release:

  • Changed RunQuery message signature to return a list of affected records
  • Database backends are dynamically loaded (at the request of users)
  • Ship with an internal version of SQLite3 to reduce dependency issues when compiling
  • UNICODE fixes for ODBC code
  • ODBC backend should now work for MS SQL Server
  • Various fixes for ODBC, Firebird, MySQL, and PostgreSQL backends
  • Added compile targets “databaselayer” and “databaselayer_gpl” to compile the library with multiple database backends
  • Added DLL exports to be able to use DatabaseLayer as a dynamic library

You can download DatabaseLayer 1.8 from wxCode

Read discussion of this release at wxForum.

Leave a comment

0.0/5