Categories: DatabaseNews

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.

T-Rex

View Comments

Share
Published by
T-Rex

Recent Posts

Разработка кроссплатформенных модульных приложений на C++ с библиотекой wxWidgets

Введение Уже долгое время не пишу статьи о разработке, хотя сам процесс написания мне очень…

10 years ago

wxWidgets App With Plugins (Windows/Linux/Mac) – Sample Source Code

I can see that there is still a lot of topics at wxWidgets forums related…

11 years ago

wxToolBox is Now Open-Source!

I've just published the source code of wxToolBox component and a couple of sample apps at…

11 years ago

Microsoft Kinect Helper Library and Sample for wxWidgets

Microsoft released their Kinect SDK several days ago. So, for those wxWidgets developers who are…

13 years ago

wxJSON 1.1.0 Released

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to…

14 years ago

wxRuby. Оно даже работает!

Вдохновленнный читаемой нынче книгой My Job Went to India: 52 Ways to Save Your Job…

15 years ago