June 2001
Intermediate to advanced
620 pages
19h 29m
English
ConnectOptionEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The ConnectOptionEnum enumeration specifies whether a connection to a data source is opened synchronously or asynchronously.
Table E-10. The ConnectOptionEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adAsyncConnect (ASYNCCONNECT) |
16 (&H10) |
Indicates that the connection will be opened asynchronously. |
adConnectUnspecified (CONNECTUNSPECIFIED) |
-1 |
Default. Indicates that the connection will be opened synchronously. |
The ConnectOptionEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.ConnectOption.
Connection.ConnectComplete Event, Connection.Open Method
Read now
Unlock full access