ADO::ConnectOptionEnum
Specifies whether the Open method of a Connection object should return after (synchronously) or before (asynchronously) the connection is established.
| Constant |
Value |
Description |
cnn.adAsyncConnect |
16 |
Opens the connection asynchronously. |
cnn.adConnectUnspecified |
-1 |
Default. Opens the connection synchronously. |
|