Description

This event is fired when authorization information is required to open or access a secure McDBDatabase.

Syntax

Private Sub object_DatabaseLogin(Server, Database, User, Password)

The DatabaseLogin Event syntax has these parts:

PartDescription
objectA McDBDatabases object.
ServerA String value.

The McDBDatabase.Server serving the McDBDatabase that needs login negotiation to open.

DatabaseA String value.

The McDBDatabase.Name of the McDBDatabase that needs login negotiation to open.

UserA String value.

Returned by the client processing the event: the McDBUserName to negotiate login with.

PasswordA String value.

Returned by the client processing the event: the password for User

Remarks

This event will originate from the McDBDatabases collection objects only.