The information in this article applies to:
SUMMARYIf you receive an invalid password error when accessing a shared ClipBook page on another machine, the password may not have been entered from the user interface provided in ClipBook. The standard user interface automatically converts all entries to uppercase characters, and the programmable interface NDDEShareAdd does not. If the password was not entered in uppercase characters, the passwords, though identical in all other respects, do not match. MORE INFORMATION
All passwords must be in uppercase characters before calling NDDEShareAdd.
The application program interface (API) does not change the password
characters to uppercase automatically. The API encrypts the passwords in
lowercase characters. On the server, the password characters entered in the
password dialog box are automatically changed to uppercase. The encrypted
versions of both passwords are compared as binary, and if different strings
are encrypted, the comparison fails.
Additional query words: 3.10 ndde access denied
Keywords : |
Last Reviewed: September 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |