Is it at all possible to get only certain rows from a DataSet? Like some sort of a SELECT statement from a temporary DataSet...
I'm trying to have an app work on *only* a DataSet without using a db since my data doesn't have to be stored permanently.


Reply With Quote