ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:adodb_recordset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v5:reference:connection:adodb_recordset [2016/02/28 03:13] mnewnhamv5:reference:connection:adodb_recordset [2016/02/28 03:19] mnewnham
Line 201: Line 201:
 |_colnames|| |_colnames||
 |_skiprow1|| |_skiprow1||
-|_fieldobjects|Array +|_fieldobjects|An array of [[v5:reference:adofieldobjects|adoFieldObjects]] describing the columns in the result set|
-+
- [0] => ADOFieldObject Object +
-+
- [name=> Order ID +
- [max_length] => 10 +
- [type] => COUNTER +
-+
- +
- [1] => ADOFieldObject Object +
-+
- [name] => Employee ID +
- [max_length] => 10 +
- [type=> INTEGER +
-+
- +
-+
 |canSeek|| |canSeek||
-|affectedrows||+|affectedrows|If the the statement executed is not a select, the number of rows affected by the statement. This value is database dependant and is accessible via the [[v5:reference:connection:affected_rows|affected_rows()]] method.
 |insertid|| |insertid||
 |sql|SELECT * FROM orders| |sql|SELECT * FROM orders|
v5/reference/connection/adodb_recordset.txt · Last modified: 2016/02/28 03:33 by mnewnham