Hello, in VB6 there were literally tons of examples of how to select a group of records from a database, and then loop through each record, one at a time. I can't find a single example of that for VB.net, though. Could somebody please give a simple example which does this with data from MSAccess? I'd greatly appreciate it!!!!!
Bill Burrows \(MVP\) - 31 May 2004 17:49 GMT
Please look at these references:
http://authors.aspalliance.com/aspxtreme/adonet/adonetprimer.aspx?pageno=7
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
contheadonetdatareader.asp
http://www.dotnetspider.com/Technology/KB/ShowSample.aspx?SampleId=254
Hope these help ... bill burrows
> Hello, in VB6 there were literally tons of examples of how to select a group of records from a database, and then loop through each record, one at
a time. I can't find a single example of that for VB.net, though. Could
somebody please give a simple example which does this with data from
MSAccess? I'd greatly appreciate it!!!!!