All releases of ADODB


Release Notes: Now that Interbase has forked, borland_ibase (for Interbase 6.5+) and firebird drivers were created. If you are using Interbase 6.0 or earlier, use the ibase driver. GetInsertSQL() and GetUpdateSQL() were made more compatible with PostgreSQL. Oracle oci8 support was improved for the case when no rows are returned.


Release Notes: This release has a smaller memory footprint (about 30% reduction using optional includes), better and faster Oracle support, and PO_RecordCount() and PO_InsertID() functions for portable recordcount and insertid.


Release Notes: Speedup of SelectLimit() for oci8, db2, mssql, access, and vfp, some more bugfixes for PageExecute(), and undocumented updates to adodb-pear.inc.php.


Release Notes: The oci8 code is now faster. The code was made more consistent, and minor bugfixes were made.


Release Notes: Error handling enhancements were made. It is now possible to throw an error with trigger_error(), log a message, or call PEAR_Error when a connection or query error occurs. The performance of Insert/Update/Delete operations was improved.


Release Notes: Support for pagination, next/prev link, and encrypted sessions.


Release Notes: Recordset caching, updating, and inserting now implemented. Oci8 UpdateBlob support added. PostgreSQL stability improvements.


Release Notes: Fixed an include() security problem. All users should upgrade. Also improved oracle oci8 and interbase drivers.


Release Notes: Recordset caching has been added for higher performance, as well as proxy database server support using SQL via HTTP.


Release Notes: Incompatibilities with MSSQL in SelectLimit() have been fixed. FetchNextObject() now returns the correct number of records. GetMenu() has been improved to support multiple highlighted items.