Microsoft SDK for Java

DataSource.setAsyncConnect

Sets a boolean value indicating whether the connection to the data source will be made asynchronously.

Syntax

public void setAsyncConnect( boolean asyncConnect )

Parameters

asyncConnect

Set to true for the connection to be made asynchronously; otherwise, set to false.

See Also   getAsyncConnect

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