Question: 3. If the record pointer is positioned on record number 7 in a dataset, which of the following will move the record pointer to record
3. If the record pointer is positioned on record number 7 in a dataset, which of the following will move the record pointer to record number 8?
a. TblBooksBindingSource.GoNext()
b. TblBooksBindingSource.Move(8)
c. TblBooksBindingSource.MoveNext()
d. TblBooksBindingSource.PositionNext
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
