Fernando Afonso Ferreira Guest
|
Posted: Thu Oct 20, 2005 6:46 pm Post subject: fetchdetails on clientdataset |
|
|
When we use the command fetchdetails from ClientDataset we have debug with
SqlServer and discover that the clientdataset do a "select *" on a master
table before bring the detail.
- Delphi 2005
- Datasnap
- RemoteDataModule
Someone now a solution or how do fix this problem.
Provider Option:
- FetchDetailonDemand := true;
ClientDataSet Option:
- FetchonDemand := false;
|
|