Consultor Eletrônico



Kbase P117385: How to disallow a field to be read in a table via SQL-92?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/07/2006
Status: Unverified

GOAL:

How to disallow a field to be read in a table via SQL-92?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

To remove the ability for a particular user to read a field in a table, do the following:

REVOKE REFERENCES (Field1, Field2, ...) ON PUB.SomeTable FROM SomeUser