ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:cacheexecute

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:reference:connection:cacheexecute [2016/05/15 15:26] – [Description] mnewnhamv5:reference:connection:cacheexecute [2025/06/01 13:21] (current) – Remove square brackets in tags dregad
Line 35: Line 35:
 ==== Result ===== ==== Result =====
 If the execution succeeds, it returns a recordset. This recordset can be used by functions such as [[v5:reference:connection:getupdatesql|getUpdateSQL()]] or [[v5:reference:recordset:fetchrow|fetchRow()]]. If the execution succeeds, it returns a recordset. This recordset can be used by functions such as [[v5:reference:connection:getupdatesql|getUpdateSQL()]] or [[v5:reference:recordset:fetchrow|fetchRow()]].
-if the execution fails, it returns false. You can access errors using [[v5:reference:errormsg|errorMsg()]].+if the execution fails, it returns false. You can access errors using [[v5:reference:connection:errormsg|errorMsg()]].
 ==== Usage ==== ==== Usage ====
 <code php> <code php>
Line 50: Line 50:
                          
 </code> </code>
-{{tag>[cache]}}+{{tag>cache}}
                    
v5/reference/connection/cacheexecute.1463318809.txt.gz · Last modified: (external edit)