Validates the password of the current user.
sa_verify_password( curr_pwsd )
curr_pwsd Use this CHAR(128) parameter to specify the password of the current database user.
This procedure is used by sp_password. If the password matches, the procedure simply returns. If it does not match, the error
Invalid user ID or password
is returned.
None
None
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |