Microsoft
Software
Hardware
Network
Question : permissions to change table
if the user needs to be able to make changes on a table, and he already has datareader role, what else does he need? just update and delete?
thanks
Answer : permissions to change table
You need:
- insert to add data,
- update to change data,
- delete to delete data from table.
Random Solutions
Access 2007 --- Run-time 2455: You entered an expression that has an invalid reference to the property LinkChildFields.
Protect Cell Validation
Access query
Laptop action keys not functioning on debian
How to install CURL on a Dedicated Windows Server
Server stopped responding
Access 2007 can read Sql database but can not update
Stored Procedure to pass parameter to another SSRS report
HP DL360 reboots contantly
find a word in an external .txt and get into my VC++ code?