I have a TWebDataSource connected to a TXDataWebDataSet using an Entity. If I connect another TWebDataSource to the same DataSet and Filter the results.
Is the filtering
- Happening locally in the DataSource (in which case everything will work fine)
- Happening locally in the DataSet (in which case the other dataset will get stuffed)
- Happening at the Server.
I am trying to minimize data fetch. I need the same list in two different TWebDBLookupCombos, but filtered differently.