Purpose
A connection represents the information of an open ODBC connection
Accesses/Assigns
Connect | Information saved from the Connect argument of the OpenDatabase |
Database | Returns a Database reference to this Connection object |
Name | The name of this object |
QueryDefs | Collection of QueryDef objects for this connection |
QueryTimeOut | Number of seconds before timeout occurs when executing an ODBC query |
Recordsets | Collection of recordset objects open in this connection |
StillExecuting | Indicates whether an asynchronous() Method call is still executing |
Transactions | Indicates whether the DAO object supports transactions. |
Updatable | Indicates whether the connection allows data to be updated |
Methods
Cancel | Cancels execution of an asynchronous Execute or OpenRecordset() Method. |
Close | Close the Connection object and everything it contains |
See Also
Example
Connection sample