ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:execute

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:reference:execute [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnhamv5:reference:execute [2016/01/16 23:05] – ↷ Links adapted because of a move operation mnewnham
Line 13: Line 13:
  
  
-The presentation of the returned data can be modified by the variables [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]]  and [[v5:reference:adodb_assoc_case|$ADODB_ASSOC_CASE]] and the function [[v5:reference:setfetchmode|setFetchMode()]].+The presentation of the returned data can be modified by the variables [[v5:reference:adodb_fetch_mode|$ADODB_FETCH_MODE]]  and [[v5:reference:adodb_assoc_case|$ADODB_ASSOC_CASE]] and the function [[v5:reference:connection:setfetchmode|setFetchMode()]].
 ===== Parameters ===== ===== Parameters =====
 ==== Parameter 1 ==== ==== Parameter 1 ====
Line 25: Line 25:
  
 ==== Result ===== ==== Result =====
-If the execution succeeds, it returns a recordset. This recordset can be used by functions such as [[v5:reference:getupdatesql|getUpdateSQL()]] or [[v5:reference: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: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:errormsg|errorMsg()]].
 ==== Usage ==== ==== Usage ====
v5/reference/connection/execute.txt · Last modified: 2023/01/15 20:32 by mnewnham