[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
grants client access to the specified user with the specified password.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub GrantAccess ( _ userName As String, _ password As String _ ) |
C# |
---|
void GrantAccess ( string userName, string password ) |
Visual C++ |
---|
void GrantAccess ( String^ userName, String^ password ) |
Parameters
- userName
- System.String
the name of the user
- password
- System.String
the password to be used
Remarks
grants client access to the specified user with the specified password.
If the user already exists, the password is changed to the specified password.
If the user already exists, the password is changed to the specified password.