If I have multiple ResultSets using the same DataSource, can I run multiple data queries (with different criteria) on the same DS simultaneously, or do I have to wait for the first to finish before starting the second?
(I am manually starting the queries in this case, and users of the data are custom widgets, not DataBound components.)
(I am manually starting the queries in this case, and users of the data are custom widgets, not DataBound components.)
Comment