PDA

View Full Version : Minimum Database user permissions ?


nfrobertson
06-24-2006, 05:49 PM
What is the most limited set of database user permissions that I need to grant so the calendar will still work correctly?

select, insert, update, delete ?

others?

Thanks
Nathan

Brian
06-25-2006, 09:29 AM
Initially, when setting up the calendar, it will need to be able to create the table too...

nfrobertson
06-25-2006, 09:59 AM
Ok, so on first install you need:

create, select, insert, update, delete

and after it's all working you can drop the create to be left with

select, insert, update, delete


Thanks!