how to get a subset from a resultant dataset
-
hi, i have executed a query and got the resultant data into a DataSet. now i need to further filter this data based on a condition. i dont want to run a query again and create a seperate dataset for this task. can you please tell how to run a query on this dataset itself? thanks
-
hi, i have executed a query and got the resultant data into a DataSet. now i need to further filter this data based on a condition. i dont want to run a query again and create a seperate dataset for this task. can you please tell how to run a query on this dataset itself? thanks
I think the best way is filter tha data while loading the from database using StoredProcedure
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
I think the best way is filter tha data while loading the from database using StoredProcedure
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
dear friend, that will not help me. my actual task is to query a dataset based on results from a different dataset.
OK Freind this will help http://samples.gotdotnet.com/quickstart/howto/doc/adoplus%5CFilterData.aspx[^]
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
dear friend, that will not help me. my actual task is to query a dataset based on results from a different dataset.
based the task?, if its is true then it want to display otherwise,it wont? its ur ques?,
Magesh