R
Rob
Hi
Remember back in VBA, you could easily create a recordset, loop thru the
rows, and store the values of the columns to variables...
I am not even talking about writing back to the data...
It looks to me like I can use a forward only "datareader" which appears to
store a whole row of data into one long string, which I would then have to
use some parsing method in order to determine the value of a specific column
of data.
Or...
I could create a "dataset" which entails building all the required
structures (columns, rows, and tables) and then I still have to load and
loop thru it....
Is there some easier method to simply loop thru a block of data and return
the value of a column name I specifiy ?
Remember back in VBA, you could easily create a recordset, loop thru the
rows, and store the values of the columns to variables...
I am not even talking about writing back to the data...
It looks to me like I can use a forward only "datareader" which appears to
store a whole row of data into one long string, which I would then have to
use some parsing method in order to determine the value of a specific column
of data.
Or...
I could create a "dataset" which entails building all the required
structures (columns, rows, and tables) and then I still have to load and
loop thru it....
Is there some easier method to simply loop thru a block of data and return
the value of a column name I specifiy ?