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 revisionBoth sides next revision
v5:userguide:learn_abstraction:record_insertion [2016/03/15 14:52] mnewnhamv5:userguide:learn_abstraction:record_insertion [2016/03/15 14:59] mnewnham
Line 51: Line 51:
   "last_name like 'Sm%'";   "last_name like 'Sm%'";
  
 +===== Limitations =====
 +AutoExecute is designed to be used as a UX helper, and contains multiple layers of validation which may cause performance issues. For improved performance, use can be made of [[v5:reference:connection:getinsertsql|getInsertSql()]] and [[v5:reference:connection:getupdatesql|getUpdateSql()]]. In OLTP environments, consider crafting inserts/updates programatically and using [[v5:reference:connection:execute|execute()]]  
  
 <WRAP info 300px center> <WRAP info 300px center>
 **End Of Lesson 1** **End Of Lesson 1**
 </WRAP> </WRAP>
v5/userguide/learn_abstraction/record_insertion.txt · Last modified: 2016/03/20 16:48 by mnewnham