====== 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 [[v5:reference:connection:execute|execute()]] statement. Use the [[v5:reference:connection:affected_rows|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] => )