IBPP Version 2.5, a C++ API interface for Firebird, is released

A new version 2.5 of IBPP, a C++ API interface for Firebird got released some days ago. Downloads from the Sourceforge project area: sourceforge.net/projects/ibpp
Documentation from the IBPP website: www.ibpp.org

This update brings some new functionalities, more complete events support and will be shortly enhanced to bring full FB 2.0 compatibility (not that it shouldn’t work with FB 2.0 as is).

Yours, Olivier Mascia

PEAR::MDB_QueryTool 1.1.0 released

MDB_QueryTool 1.1.0 has been released.

MDB_QueryTool is a PHP OO abstraction to the SQL query language, it provides methods such as setWhere(), setOrder(), setGroup(), setJoin(), etc. to easily build queries.
It also provides an easy to learn interface that interacts nicely with HTML forms using arrays that contain the column data, that shall be updated/added in a DB.
This package bases on an SQL-Builder which lets you easily build SQL statements and execute them.

The package has been fully tested with MySQL, PostgreSQL and Firebird.

The latest release adds support for MDB2 as the backend.

1 142 143 144 145 146 150