Alter a user to an SQL only user
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Alter a user to an SQL only user
Allows DBAs to alter user definitions—in the database _User table—such
that the user is only visible to and used by the OpenEdge SQL, and
is transparent to the OpenEdge ABL.
|
Examples: Altering an SQL ONLY user
The following example demonstrates how the ALTER USER statement
changes Jasper to an SQL only user:
|
The following example demonstrates how the ALTER USER statement
changes the SQL only user Jasper to an SQL and
an ABL visible user:
|
The user Jasper should be associated with the
tenant identified by the domain mtdomain.
For complete details on the ALTER USER
statement, see OpenEdge SQL Reference.