I have a dataset (in vb.net) which works fine

How do I move through it?

I want to do the following:
start at row 1
for a = 1 to record total
row = row +1
edit "default" so that it is 0
next record
anyone know the code?

John