|
-
Apr 15th, 2003, 01:48 AM
#1
Thread Starter
Junior Member
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 !!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|