Description
Close this McDBDatabase.
-
Return Type
-
None
-
Syntax
-
object.Close
The Close Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabase. | Remarks
Any transactions active on this database at the time of closing are Aborted. Any cached write operations are flushed and the McDBDatabase is closed. Issued (cached) COM Interfaces for objects existing in this McDBDatabase are invalidated. Attempting to use one of these invalidated objects will return an uninitialized object error (OLE_E_BLANK = &H80040007). Calling this method on an McDBDatabase that is not open is safe, but does nothing.
|