M
Mike Tuersley
Hi All!
I've searched and searched but I'm not getting it. I have a project due,
VB.NET, where I have a dataset that was returned from a web
method/reference [I have no idea or control over it]. Now that I have
the dataset, I want to search it for all records that meet my criteria -
like "SELECT IMAGE_ID WHERE IMAGE_NUMBER = 45". This data is written to
a class for later use. Then I go for the next set of values, etc. rather
than parsing the whole dataset.
I've got a dataview, datatables and I'm data-confused --- it can't be
that difficult 'cuz everything else seems much easier in .net. Can
someone please point me in the right direction?
TIA,
Mike
I've searched and searched but I'm not getting it. I have a project due,
VB.NET, where I have a dataset that was returned from a web
method/reference [I have no idea or control over it]. Now that I have
the dataset, I want to search it for all records that meet my criteria -
like "SELECT IMAGE_ID WHERE IMAGE_NUMBER = 45". This data is written to
a class for later use. Then I go for the next set of values, etc. rather
than parsing the whole dataset.
I've got a dataview, datatables and I'm data-confused --- it can't be
that difficult 'cuz everything else seems much easier in .net. Can
someone please point me in the right direction?
TIA,
Mike