Description
This event is fired as administrative actions on an McDBDatabase complete, such as a schemata update or repair.
Syntax
Private Sub object_Information(Database, Info, Message)
The Information Event syntax has these parts:
|
| object | A McDBDatabase object. | | Database | A McDBDatabase object. The McDBDatabase to which the informational message applies.
| | Info | A Long value. An internal informational number representing the action that occurred.
| | Message | A String value. A string containing the informational message.
|
Remarks
Ordinary operations should not trigger this event.
|