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:

PartDescription
objectA McDBDatabase object.
DatabaseA McDBDatabase object.

The McDBDatabase to which the informational message applies.

InfoA Long value.

An internal informational number representing the action that occurred.

MessageA String value.

A string containing the informational message.

Remarks

Ordinary operations should not trigger this event.