<< Click to Display Table of Contents >> AdoConnection Class |
![]() ![]() ![]() |
A Connection object represents an open connection to a data source
CLASS AdoConnection INHERIT AdoAdo
Constructor |
|
Create Object of type AdoConnection
|
|
|
|
Access |
|
One or more characteristics of a connection |
|
How long to wait while executing a command |
|
The information used to establish a connection to a data source |
|
How long to wait while establishing a connection before terminating the attempt and generating an error. |
|
The location of the cursor service |
|
The default database for a Connection object. |
|
Collection of errors occurred at the latest ADO operation |
|
The level of isolation for a Connection object. |
|
The available permissions for modifying data in the Connection object |
|
The name of the provider for the Connection |
|
Is the object open or closed. |
|
The ADO version number. |
|
Assign
|
|
One or more characteristics of a connection |
|
How long to wait while executing a command |
|
The information used to establish a connection to a data source |
|
How long to wait while establishing a connection before terminating the attempt and generating an error. |
|
The location of the cursor service |
|
The default database for a Connection object. |
|
The level of isolation for a Connection object. |
|
The available permissions for modifying data in the Connection object |
|
The name of the provider for the Connection |
|
Method |
|
Begins a new transaction |
|
Cancels execution of a pending, asynchronous Execute or Open method call. |
|
Closes an open connection and any dependent objects |
|
Saves any changes and ends the current transaction |
|
Disable Event handling |
|
Enable Event handling |
|
Executes the specified query, SQL statement, stored procedure, or provider-specific text. |
|
Opens a connection to a data source. |
|
Obtains database schema information from the provider |
|
Cancels any changes made during the current transaction and ends the transaction |
AdoAdo, AdoCommand, AdoRecordSet, ADO Classes