ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:adodb_recordset_empty

The ADORecordSet_empty Object

Description

The ADORecordSet_empty Object is the result of the execution of an SQL statement through an ADOdbConnection object. The object is returned as a lightweight placeholder if the statement succeeds, and is of a type that does not return a recordset. Its existence evaluates to true if returned from an execute() statement. Use the affected_rows() method to fetch the number of rows changed/added.

The Object

ADORecordSet_empty Object
(
    [dataProvider] => empty
    [databaseType] => 
    [EOF] => 1
    [_numOfRows] => 0
    [fields] => 
    [connection] => 
)
v5/reference/connection/adodb_recordset_empty.txt · Last modified: 2023/01/15 20:31 by mnewnham