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
Printable View
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
the is the VB forum. The VB.NET forum is elsewhere and you're more likely to get your answer there