<ADODB_Recordset>.MoveNext

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Methods >

<ADODB_Recordset>.MoveNext

 

Description

 
Move to the next record in a ADODB_Recordset object.

It also makes the first record the current record.

 

Syntax

 

<ADODB_Recordset>.MoveNext

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

An error will occur if the ADODB_Recordset object does not support bookmarks or backward cursor movement.

If you call ADODB_RecordSet.MovePrevious when the current record is the first record, it generates an error.

 

See also

 

Examples