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.
April 11th, 2009 |
Tags: Database, DatabaseLayer
Related Posts
- Работа с базами данных в wxWidgets – DatabaseLayer – Минимальное приложение
- Организуем доступ к базам данных SQLite при разработке кросс-платформенных приложений на C++/wxWidgets – Часть III – Сборка проекта под Linux в Eclipse
- Организуем доступ к базам данных SQLite при разработке кросс-платформенных приложений на C++/wxWidgets – Часть I – Шаблон проекта и GUI
- Using wxSQLite3 for Creating Mobile Software
- wxJavaScript – Кросс-платформенный скриптинг десктопных приложений. Знакомство
Вся мебель Москвы на одном сайте: массажное кресло москва . Массажные столы складные от 7000р.;Бесплатные программы для диагностики компьютера


April 11th, 2009 at 16:04:01
[...] за анонсом новой версии DatabaseLayer, кросс-платформенной библиотеки [...]