Contents Index Granting permissions on tables Granting users the right to grant permissions

ASA Database Administration Guide
  Managing User IDs and Permissions
    Managing individual user IDs and permissions

Granting permissions on views


Setting permissions on views is similar to setting them on tables; for more information about the SQL statements involved, see Granting permissions on tables.

A user may perform an operation through a view if one or more of the following are true:

UPDATE permissions can be granted only on an entire view. Unlike tables, UPDATE permissions cannot be granted on individual columns within a view.

To grant permissions on views (Sybase Central)

  1. Connect to the database.

  2. Open the Views folder for that database.

  3. Right-click a view and choose Properties from the popup menu.

  4. On the Permissions tab of the View property sheet, configure the permissions for the view:

Tip 
You can also assign permissions from the User or Group property sheet. To assign permissions to many users and groups at once, use the view's property sheet. To assign permissions to many views at once, use the User's or Group's property sheet.
Behavior change 
There was a behavior change with Version 5 of the software concerning the permission requirements. Previously, permissions on the underlying tables were required to grant permissions on views.

See also


Contents Index Granting permissions on tables Granting users the right to grant permissions