Description

Verify the password of the McDBDatabase.LoggedUser.

Return Type

A Boolean value.  

boolean

Syntax

object.VerifyLogin (PasswordToCheck)

The VerifyLogin Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabase.
PasswordToCheckRequired. A String value.

The string password to verify as belonging to the McDBDatabase.LoggedUser.

Remarks

This method provides a way for an interactive client to validate the LoggedUser is still the operator (e.g. after a long delay where the user may have walked away, such as a screen saver activation).

Exceptions

Error Value Description
E_FAIL &H80004005 Security is not enabled on this McDBDatabase or this McDBDatabase is not open.