Description
Returns information about the users in a specified database.
Syntax
List_Users(database)
Parameters
The List_Users routine has the following parameters.
Parameter | Description |
---|---|
database | Specifies the database for which to list users. If null, the current database is used. |
Returns a row for each user, where each row has two columns, user and userlevel. user returns the user name, and userlevel returns the user access level.
Example
run List_Users( "" )