S
steve
Hi,
I was wondering if there is a way/command to do the following:
I have a dataset that is filled with a few tables and the tables are related
together (dataset.relations.add(...)).
Now, I want to populate a listview with specific data. I mean, is it
possible to execute a SELECT statement *on the dataset* with the data that
it already contains? Without going through the actuall database and
dataadapter?
Basically i want to filter the data.
Maybe it would be better for me to loop through the data. Is there a way to
loop through a table or tables in a dataset and store *specific* fields in
e.g. multidimensional array?
TIA
I was wondering if there is a way/command to do the following:
I have a dataset that is filled with a few tables and the tables are related
together (dataset.relations.add(...)).
Now, I want to populate a listview with specific data. I mean, is it
possible to execute a SELECT statement *on the dataset* with the data that
it already contains? Without going through the actuall database and
dataadapter?
Basically i want to filter the data.
Maybe it would be better for me to loop through the data. Is there a way to
loop through a table or tables in a dataset and store *specific* fields in
e.g. multidimensional array?
TIA