Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.net Recordset Bookmark

Status
Not open for further replies.

ronnetp

Programmer
Apr 8, 2002
71
I need to be able to use a bookmark on an
recordset, look the value of the next record and then
return to the bookmark record, how can I accomplish
this with VB.NET

Any help is well appreciated.
Thanks
 
VB.Net uses DataTables and DataSets. You can use the position of the row. Just store the number.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top