Overview | Methods | This Package | All Packages
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