Create an SQL only user
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Create an SQL only user
Allows DBAs to create user definitions—in the database _User table—that
are only visible to and used by the OpenEdge SQL, and are transparent
to OpenEdge Advanced Business Language (ABL).
|
Examples: Creating an SQL ONLY user
The following example demonstrates how a user with DBA privileges
creates an SQL only user Jasper with the password spaniel:
|
The following example demonstrates how a user with DBA privileges
on a multi-tenant table, creates an SQL only user Jasper to
connect to mtdomain domain with the password spaniel:
|
The user Jasper should be associated with the
tenant identified by the domain mtdomain.
For complete details on the CREATE USER
statement, see OpenEdge SQL Reference.