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:
|
| object | A McDBDatabases object. | | Server | A String value. The McDBDatabase.Server serving the McDBDatabase that needs login negotiation to open.
| | Database | A String value. The McDBDatabase.Name of the McDBDatabase that needs login negotiation to open.
| | User | A String value. Returned by the client processing the event: the McDBUserName to negotiate login with.
| | Password | A String value. Returned by the client processing the event: the password for User
|
Remarks
This event will originate from the McDBDatabases collection objects only.
|