Microsoft SDK for Java

DataSource.setAsyncFetch

Sets a boolean value indicating whether a recordset resulting from a query to the data source will be fetched asynchronously.

Syntax

public void setAsyncFetch( boolean asyncFetch )

Parameters

asyncFetch

Set to true for the recordset to be fetched asynchronously; otherwise, set to false.

See Also   getAsyncFetch

© 1999 Microsoft Corporation. All rights reserved. Terms of use.