ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_abstraction:record_insertion

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
Last revisionBoth sides next revision
v5:userguide:learn_abstraction:record_insertion [2016/03/20 16:44] – [Limitations] mnewnhamv5:userguide:learn_abstraction:record_insertion [2016/03/20 16:45] – [Inserting A Record] mnewnham
Line 26: Line 26:
    
 /* /*
- * result executes "INSERT INTO people (first_name,last_name) values ('Carol',Smith')";+ * result executes "INSERT INTO people (first_name,last_name)  
 +                                values ('Carol',Smith')";
  */  */
 </code> </code>
Line 42: Line 43:
  
 /* /*
- * result executes "UPDATE people SET first_name='Caroline',last_name='Jones' WHERE id=305";+ * result executes "UPDATE people SET first_name='Caroline', 
 +*                                     last_name='Jones'  
 +*                                     WHERE id=305";
  */  */
 </code> </code>
v5/userguide/learn_abstraction/record_insertion.txt · Last modified: 2016/03/20 16:48 by mnewnham