Complete Connection Object Reference
An event is a subroutine that can be called automatically after a specific operation has occurred.
| Parameter | Description |
|---|---|
| ConnectionString | A string that contains the information required for the connection |
| userid | A string that contains the user name for the connection |
| psword | A string that contains the password for the connection |
| options | A long value that specifies how the provider should evaluate the ConnectionString. Can only be set to adAsyncOpen |
| objerror | An Error object that contains the errors that occurred
Note: The EventStatusEnum value must be set to adStatusErrorsOccurred to create the Error object |
| status | An EventStatusEnum value.
Default is adStatusOK
However, when the ConnectComplete event is called, this parameter is set to adStatusCancel IF a WillConnect event calls for cancelling of the pending connection |
| objconn | The Connection object that fired the event |
| Constant | Value | Description |
|---|---|---|
| adStatusOK | 1 | The operation that fired the event was successful |
| adStatusErrorsOccurred | 2 | The operation that fired the event failed |
| adStatusCantDeny | 3 | Cannot cancel the pending operation |
| adStatusCancel | 4 | Cancels the operation that fired the event |
| adStatusUnwantedEvent | 5 | Prevents subsequent notifications before the event method has finished executing |
Complete Connection Object Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.