A1VBCode Forums

Grant Update Permission


http://www.a1vbcode.com/vbforums/Topic27628.aspx

By shers - 5/4/2009

Hi,

How do I grant update permission to a user to one column of one table?
When he updates the table, the error is 'The UPDATE permission was denied on the object.'

Please help.

Thanks

By MaslowB - 6/11/2009

try grant update to [username] on [tablename]