PROPERTY:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Indicates options for fetched records.

 

 

 

 

PROPERTY OF:

 

 

ADOQuery

 

 

ADOTable

 

 

ADOStoredProc

 

 

ADODataShape

 

 

ADOPersist

 

 

 

 

 

 

 

VALUE:

DESCRIPTION:

 

0

Unspecified (default)

 

1

Async (Fetches remaining rows after the initial quantity specified in the cacheSize property asynchronously)

 

2

Async Non Blocking (Fetches without blocking the thread; asynchronously)

 

 

 

DESCRIPTION:

 

 

 

 

The Async option only causes the first block of rows to be fetched synchronously (as usual). 

 

The size of this set depends upon the value stored in the cacheSize property. The remaining rows are loaded asynchronously. 

 

 

 

Use the Async Non Blocking to the main thread never blocks while retrieving. 

 

If the requested row has not been retrieved, the current row automatically moves to the end of the file.