Progress
SQL-92
Guide and Reference


CREATE USER Statement

Creates the specified user.

SYNTAX

CREATE USER 'username', 'password' ; 

EXAMPLE

In this example an account with DBA privileges creates the 'username' 'Jasper' with 'password' 'spaniel':

CREATE USER 'Jasper', 'spaniel' ; 

NOTES

AUTHORIZATION

Must have DBA privileges

SQL COMPLIANCE

Progress Extension

ENVIRONMENT

Embedded SQL, interactive SQL, ODBC applications, JDBC applications

RELATED STATEMENTS

ALTER USER Statement, DROP USER Statement


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