grants client access to the specified user with the specified password.
[Visual Basic] Sub grantAccess( _ ByVal userName As String, _ ByVal password As String _ ) [C#] void grantAccess( string userName, string password ); [C++] void grantAccess( String* userName, String* password ); [JScript] function grantAccess( String userName, String password );
grants client access to the specified user with the specified password.
If the user already exists, the password is changed to the specified password.
ObjectServer Interface | com.db4o Namespace