First of all, I'm still really confused on using all these things. Now there's DataSets, DataReaders, DataTables, DataRows, etc. Its a lot harder than using a Recordset in ADO in VB 6, where you could just go
Do Until rs.EOF
myVariable = rs![Field1]
Loop
So here is what I got:
Do Until...