Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Reference » System Objects » System procedures » Alphabetical list of system procedures

 

sa_verify_password system procedure

Validates the password of the current user.

Syntax
sa_verify_password( curr_pwsd )
Arguments
  • curr_pwsd   Use this CHAR(128) parameter to specify the password of the current database user.

Remarks

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.

Permissions

None

Side effects

None

See also