Controlling access to QMF and database objects
QMF objects, such as queries and procedures, and functions
such as the Table Editor, allow users to access and manipulate data
stored in tables in the database. Because this data might be sensitive,
you may need to control users' access to certain objects:
- You can use SQL GRANT and REVOKE statements from QMF's SQL query panel
to control access to tables and views.
- You can use the SHARE parameter of the QMF SAVE command to control access
to queries, forms, and procedures.
