2.2.3.13.6 rdsFetchOptions

The rdsFetchOptions parameter is a bitmask used to indicate the type of asynchronous fetching.<37>

The syntax of rdsFetchOptions is as follows.

 rdsFetchOptions = VT-I4 LONG

The options are described in the following table:

 Bit flag value

 Description

%x01.00.00.00

All the records of the RecordSet are fetched before control is returned to the application.<38>

%x02.00.00.00

Control can return to the application as soon as the first batch of records has been fetched.<39>

%x03.00.00.00

Default. Control returns immediately to the application while records are fetched in the background.<40>

For more information, see [MSDN-FetchOptsProp].