Hi,
I want to have two datasets related to a single MyQuery, and then populate the datasets in the application. I mean to make one query to the mysql ( "select first_name, last_name from users" for example) and then filter the results in two distinct datasets ( on the first one names starting with "a" and on the second dataset names starting with other letter than "a"). But to have only one query to the database.
In this moment I have a query, 2 datasets with filter condition on both of them, but when I call refresh for the two datasets I have two queries to the server.
Is any solution to avoid this duplicate query, I mean to refresh a dataset without query the server?
thanks,
Geanni
one query two datasets
-
AndreyZ