ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:debug

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:reference:debug [2016/01/13 02:30] – ↷ Page moved from reference:debug to v5:reference:debug mnewnhamv5:userguide:debug [2018/07/02 13:06] – prefer functions start lowercase (#430) peterdd
Line 20: Line 20:
 * Invalid syntax in select statment * Invalid syntax in select statment
 */ */
-$recordSet = $conn->Execute('select * from product');+$recordSet = $conn->execute('select * from product');
 </code> </code>
 The information returned on STDOUT is: The information returned on STDOUT is:
v5/userguide/debug.txt · Last modified: 2024/01/09 11:20 by dregad