Home | Previous Page | Next Page   Managing Databases > Granting and Limiting Access to Your Database >

Using SPL Routines to Control Access to Data

You can use an SPL routine to control access to individual tables and columns in the database. Use a routine to accomplish various degrees of access control. A powerful feature of SPL is the ability to designate an SPL routine as a DBA-privileged routine. When you write a DBA-privileged routine, you can allow users who have few or no table privileges to have DBA privileges when they execute the routine. In the routine, users can carry out specific tasks with their temporary DBA privilege. The DBA-privileged routine lets you accomplish the following tasks:

For information about routines in SPL, see the IBM Informix: Guide to SQL Tutorial.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]