E
eddiec
Hi,
I have read an Excel worksheet into a DataSet. Now I want to create an
array of objects using the records in the DataSet.
For each record in the dataset
Create an object
Initialise the properties of the object with the values in the
record's fields
Add the object to an array
Next
What is the best way of iterating through the DataSet and reading the
fields?
cheers,
eddiec![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
I have read an Excel worksheet into a DataSet. Now I want to create an
array of objects using the records in the DataSet.
For each record in the dataset
Create an object
Initialise the properties of the object with the values in the
record's fields
Add the object to an array
Next
What is the best way of iterating through the DataSet and reading the
fields?
cheers,
eddiec
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)