TRENDING NEWS

POPULAR NEWS

Purpose Of Movefirst Movelast In Visual Basic 6

Purpose of MoveFirst, MoveLast in Visual Basic 6?

From what I understand it has to do with making the recordset traversable. For example,

recordset.MoveFirst
recordset.MoveLast

When listed in this snippet of code the recordset is confirmed to be traversable. Is that correct? Can someone explain further? Why do we need to do this?

Thank you.

TRENDING NEWS