The table in the SQL have primary key already and I get this error message.
So, I'll try your recommendation to disable part of the PHP script and
recompile. Sometime it is better to move on than to struggle over it
because no one seem to have the answer to the problem.
Thanks,
Scott
""Andrew
Scott,
This error indicates that there is no index/primary key on a table that the
result set is coming from - and PHP has told the driver read the result set
into a into a cursor (which requires a primary key).
Adding a primary key to the table will fix this, or passing a different
cursor type
[From BugDB]
ID: 10375
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Reproduceable crash
PHP Version: 4.0.4pl1
Assigned To:
Comments:
fixed in cvs, will not be in 4.0.5, but later releases.
Previous Comments:
---
3 matches
Mail list logo