Controls permissions checking for DELETE and UPDATE statements.
ON, OFF
ON
With ANSI_PERMISSIONS ON, SQL/92 permissions requirements for DELETE and UPDATE statements are checked. The default value is OFF in Adaptive Server Enterprise. The following table outlines the differences.
SQL Statement |
Permissions required with ansi_permissions off |
Permissions required with ansi_permissions on |
---|---|---|
UPDATE |
UPDATE permission on the columns where values are being set |
UPDATE permission on the columns where values are being set SELECT permission on all columns appearing in the WHERE clause. SELECT permission on all columns on the right side of the set clause. |
DELETE |
DELETE permission on table |
DELETE permission on table. SELECT permission on all columns appearing in the WHERE clause. |
The ANSI_PERMISSIONS option can be set only for the PUBLIC group. No private settings are allowed.