AdoRecordSet:NextRecordset()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:NextRecordset()

Previous pageReturn to chapter overviewNext page

Purpose

Clears the current Recordset object and returns the next Recordset by advancing through a series of commands

 

Prototype

METHOD NextRecordset ( lRecordsAffected AS USUAL )  AS AdoRecordSet 

 

Argument(s)

lRecordsAffected        (Optional byref). A Long variable to which the provider returns the number of records that the current operation affected.

 

 

Return

OBJECT        AdoRecordSet Object

 

See Also

AdoRecordSet