I want to loop through the same recordset or resultset multiple times using a C# script. How do I do that ? Any reiterable recordset for that ? I need some help or code (C# only please) to loop through both ADO or ADO.NET. Right now, I just use DataTable to store my recordset and data table cannot be reiterated. Of course, you can create a copy of the datatable to reiterate it, but thats not what i want.
Thanks.