List_Users routine

Returns information about the users in a specified database.

List_Users(database)

The List_Users routine has the following parameters.

ParameterDescription
databaseSpecifies 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.|

run List_Users( "" )
  • guides/programming/programmers_reference_manual/list_users.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1