Hi!
I got (in my software) a large DataSet object via a WebService. The DataSet contains many DataTables, and it is well structured with primary - and foreign keys and relations. It is like a virtual database (I think, this is the main idea of DataSet!).
But how can I retreive data from it? Of course, I can loop tables and rows, but it is very rough way. Can I use any sophisticated method, e.g. like SQL statements?
(I can't do my own sql queries to the database; I have just few web service methods.)
br. Juha Ka
I got (in my software) a large DataSet object via a WebService. The DataSet contains many DataTables, and it is well structured with primary - and foreign keys and relations. It is like a virtual database (I think, this is the main idea of DataSet!).
But how can I retreive data from it? Of course, I can loop tables and rows, but it is very rough way. Can I use any sophisticated method, e.g. like SQL statements?
(I can't do my own sql queries to the database; I have just few web service methods.)
br. Juha Ka