ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:text

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
v5:database:text [2020/01/04 17:45] – [Usage] add comment before execute() dregadv5:database:text [2020/01/13 13:17] (current) – fix invalid tag specification dregad
Line 108: Line 108:
 </code> </code>
  
-===== Workaround for current ADOdb 5.20.15=====+===== Workaround ===== 
 + 
 +For PHP 5.3 or later, the following workaround can be used (tested with ADOdb 5.20.15).
  
 Replace the ''$result = $db->execute($sql, false, "\$EMPNO==10005");'' statement in the above sample by the following code. Replace the ''$result = $db->execute($sql, false, "\$EMPNO==10005");'' statement in the above sample by the following code.
Line 117: Line 119:
 $db->evalAll = false; $db->evalAll = false;
 </code> </code>
 +
 +{{tag>text deprecated}}
v5/database/text.1578156321.txt.gz · Last modified: 2020/01/04 17:45 by dregad