|
AnyDAC
|
Controls the TADTable live data window fetch optimization mode.
Use the LiveWindowFastFirst property to setup the TADTable Live Data Window fetch optimization mode.
When it is True, then AnyDAC will build a query to return the first results as fast as it possible. When it is False (the default value), then AnyDAC will minimize the time to return all table rows. Note, True may be useful with SQL Server and similar DB servers, which are blocking result set records, until the whole result set will be fetched.
property LiveWindowFastFirst: Boolean;
|
What do you think about this topic? Send feedback!
|