M
Martin Schmid
I have a dataset that contains view... i.e., the structure is like this:
[char(9), date,char(255)]
Using ado.net in C#, how to I create an 'iterator' on this table to read the
first row, next row, etc.. until I reach the last row.
[char(9), date,char(255)]
Using ado.net in C#, how to I create an 'iterator' on this table to read the
first row, next row, etc.. until I reach the last row.