ingres 2.0.0

Extension for the Ingres/Vectorwise Database Systems.


This extension supports the Ingres/Vectorwise Database Systems.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Changes

A major overhall for the Ingres extension including the following changes
- Support for multiple concurrent result-sets
- Automatic coercion between UTF-8 and UTF-16
- Bi-directional scrolling cursors
- New functions:
- ingres_free_results() - free the memory associated with a given result set
- ingres_autocommit_state() - return the current auto-commit state
- ingres_next_error() - fetch additional errors if any
- Support for building on OpenVMS using HP's CSWS PHP source, README.VMS for
more information

As previously noted in the ingres-1.x README(.html) file, the implementation
of concurrent resultsets requred a backwards compatibility (bc) break. See
the updated README(.html) for more information regarding this change.