M
Mike M
I have a simple secured database that I'm attempting to access via ADO.NET
from an ASP.NET page. The access database contains several users contained
in a few different user groups. I can successful connect to the database
when the connection string specifies a user that is a member of Admins or
Full Data User groups. However, user's with only User and Read-Only
permissions can not connect to the db. The OleDbException thrown by ADO.NET
is
You do not have the necessary permissions to use the
'C:/<path>/<filename>.mdb' object. Have your system administrator or the
person who created this object establish the appropriate permissions for
you.
Any thoughts as to why a user with Read-Only access would be denied access
to the db?
Thanks for the help...
from an ASP.NET page. The access database contains several users contained
in a few different user groups. I can successful connect to the database
when the connection string specifies a user that is a member of Admins or
Full Data User groups. However, user's with only User and Read-Only
permissions can not connect to the db. The OleDbException thrown by ADO.NET
is
You do not have the necessary permissions to use the
'C:/<path>/<filename>.mdb' object. Have your system administrator or the
person who created this object establish the appropriate permissions for
you.
Any thoughts as to why a user with Read-Only access would be denied access
to the db?
Thanks for the help...