Locate() operation on active dataset
Posted: Tue 24 Jul 2018 16:17
Hello,
I cannot be sure and would like to ask in here.
In a situation where there is an open TUniQuery.TDataSet which has FetchAll set to true and if I use;
Does such a use make this search all local and no information exchange (no data sent/received) with the server?
My database server is PostgreSQL 10.4 if that makes any difference,
Thanks & regards,
Ertan
I cannot be sure and would like to ask in here.
In a situation where there is an open TUniQuery.TDataSet which has FetchAll set to true and if I use;
Code: Select all
TUniQuery.Locate('primarykeyfieldname', searchvalue, []);
My database server is PostgreSQL 10.4 if that makes any difference,
Thanks & regards,
Ertan