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
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |