Hey;
I'm pretty new to C#, and have succeeded in loading a deliminated text file with a code snippet I found online. It loads the data into a DataSet.
All I've been able to learn from google on getting data from DataSets focuses on putting that data into a DataGrid. I don't want a datagrid. How do I go about reading the data row by row in the code (datagrids aside... which everybody seems to be obsessed with... but my program has a console interface.)
Any assistance is appreciated.
SigmaX
I'm pretty new to C#, and have succeeded in loading a deliminated text file with a code snippet I found online. It loads the data into a DataSet.
All I've been able to learn from google on getting data from DataSets focuses on putting that data into a DataGrid. I don't want a datagrid. How do I go about reading the data row by row in the code (datagrids aside... which everybody seems to be obsessed with... but my program has a console interface.)
Any assistance is appreciated.
SigmaX