Navigate Through Table !!
I have connected to the access database that is ok and also i am getting the value of the first field.
Now I want to navigate through the records moveFirst,MoveLast,MovePrevious and Movenext in VB.Net
code in vb.net
<!--
adAdapter = New OleDbDataAdapter(strSQL, cnConnection)
adAdapter.Fill(dataset1,"AUTHOR")
console.writeline dataset1.Tables(0).Rows(0).Item(0)
-->
Need guidance ... help !!!
Re: Navigate Through Table !!
This was in ADO (VB6) days , sadly it's been removed from ADO.NET . I'll try to do a sample though .