S
Steve Arndt
In vb6, I used getrows to load data into a multi-dimensional array. Since
ADO.NET doesn't have getrows, I've succesfully loaded the same data into a
datatable.
How do I reference the data in the data table as a multi-dimensional array
for (row and column), or load the data into an array from the data table?
Or is there a better way to do this?
Thanks
ADO.NET doesn't have getrows, I've succesfully loaded the same data into a
datatable.
How do I reference the data in the data table as a multi-dimensional array
for (row and column), or load the data into an array from the data table?
Or is there a better way to do this?
Thanks