Product Documentation

c-treeACE V10.0 Release Notes

Previous Topic

Next Topic

Correct c-treeACE SQL PHP Handling for Queries Returning No Result Sets

A PHP invoked query calling a stored procedure that did not return a recordset failed with error -20039 (Invalid cursor state, open for non-select statement). The c-treeACE SQL PHP interface did not take into account these non-select statements as stored procedure were assumed to always return a recordset. However, this is not always appropriate, as is the case with internal built in stored procedures. PHP query handling was modified to properly handle the case of stored procedures that do not return result sets.

TOCIndex