Quote:
quote:Originally posted by planoie
You need to give select permissions on the necessary tables to the user you are using to run the query.
Hopefully one of the other folks here who is more familiar with database security can provide a more detailed answer and some suggestions.
|
I don't think it's possible to give a much more detailed answer than the one you gave. The user running the query does not have sufficient privilege to access the object 'SystemDefaults' in the database 'bill_test'. The error message can't be any clearer. That user must be granted sufficient privilege to the object to access it.
The OP says he gets the error when "...I try to view a page ...". Just exactly who is "I" in this case? If access to the database is via anonymous access from a web server, then the IUSR_<server> user ID must have sufficient privilege to access the database, etc.
Jeff Mason
Custom Apps, Inc.
www.custom-apps.com