ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:affected_rows

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:connection:affected_rows [2016/01/16 22:39] – [Description] mnewnhamv5:reference:connection:affected_rows [2018/06/11 10:17] – [Usage] function names starting with lowercase (#426) dregad
Line 14: Line 14:
  * connection assumed  * connection assumed
  */  */
-$db->Execute('DELETE FROM act WHERE actno = 20');+$db->execute('DELETE FROM act WHERE actno = 20');
  
 print $db->affected_rows(); print $db->affected_rows();
Line 21: Line 21:
  */  */
  
-$db->Execute('SELECT FROM act');+$db->execute('SELECT FROM act');
 print $db->affected_rows(); print $db->affected_rows();
 /* /*
v5/reference/connection/affected_rows.txt · Last modified: 2022/11/06 23:20 by mnewnham