Purpose
Changes the password of an existing user account
Parameters
cOld | A string that is the current setting of the password property of the database |
cNew | A string that is the new setting of the Password property of the database |
Returns
NIL
Remarks
The cOld and cNew strings can be up to 14 characters long and can include any characters except the ASCII character 0 ( null ). To clear the password, use a zero-length string ("") for newpassword.
Passwords are case-sensitive.
Class