Link to home
Start Free TrialLog in
Avatar of sonus
sonus

asked on

Stepping through a Dataset

As dumb as this question seems, I can't seem to find the answer in any of my books or online help.  I know I can use a DataReader to step through a result set, but what if I was given a dataset?  What is the code needed to step through it row by row?

ASKER CERTIFIED SOLUTION
Avatar of naveenkohli
naveenkohli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sonus
sonus

ASKER

Thanks, that's exactly the code I was looking for.