Can I grant privileges on individual column in DBMaker?

Yes, privileges can be granted at the column level using the dmSQL tool. The syntax is as follows:

Suppose you want to grant the UPDATE privilege on the column COMPANY to the user Lynn. The syntax is as follows:

 dmSQL> GRANT UPDATE(COMPANY) TO Lynn;

Copyright 1999-2001 CASEMaker Inc. All rights reserved.
Comments or questions about our web site? Please write the webmaster.
Terms and Conditions | User Privacy Statement