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
Last revisionBoth sides next revision
v5:database:text [2020/01/04 17:45] – [Usage] add comment before execute() dregadv5:database:text [2020/01/13 13:16] – Add tags 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.txt · Last modified: 2020/01/13 13:17 by dregad