A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
ADOxtra Reference/rst.MoveNext()

rst.MoveNext()

Syntax

bSuccess=rst.MoveNext()

Returns

True (1) if function completed successfully, false (0) otherwise.

Description

Calls the MoveNext() method of the wrapped ADODB.Recordset object. Use the MoveNext method to move the current record position one record forward (toward the bottom of the Recordset). If the last record is the current record and you call the MoveNext method, ADO sets the current record to the position after the last record in the Recordset (EOF is True). An attempt to move forward when the EOF property is already True generates an error.

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com