Search notes:

ADODB.Connection

The ADODB.connection represents a connection to an OLE-DB Data Source.

Interesting methods and properties

Some (imho) interesting methods and properties include
execute() Executes an SQL statement and returns a RecordSet object.
openSchema()
beginTrans(), commitTrans() and rollbackTrans() Used to manage transactions
.errors (property) contains a list of error objects.

See also

The activeConnection property of the command object and the currentProject.connection property in the Access Object Model.
ADO

Index