Progress
SQL-92
Guide and Reference


ALTER USER Statement

Changes the password for the specified user.

SYNTAX

ALTER USER 'username', 'old_password', 'new_password' ; 

EXAMPLE

In this example username 'Jasper' changes the 'Jasper' account password from 'normandy' to 'brittany':

ALTER USER 'Jasper', 'normandy', 'brittany' ; 

NOTES

AUTHORIZATION

User specified in username

SQL COMPLIANCE

Progress Extension

ENVIRONMENT

Embedded SQL, interactive SQL, ODBC applications, JDBC applications

RELATED STATEMENTS

CREATE USER Statement, DROP USER Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095