C
Chris
Ok,
I have a vb.net application that connects to a network file share.
The vb.net application bases certain functions (whether or not the
user can or can't update for example) by polling the system.username
variable and checking that against a table in the database. When I or
any other domain admin is logged on and using the system we are
allowed to update and delete whatever we wish. My problem lies in
that when a normal domain user tries to update the database i get the
dreaded "Operation must use and updateable query" error. I know it is
a permissions problem i just don't know where. This is NOT ASP.
Everything i have found about this error is ASP related. The file
share is available to all domain users and Everyone has read, write,
access, and modify permissions to both the access database and the
file itself. Yet i still can't get a normal domain user to update. I
even created a new organizational unit for the users who are allowed
to update and gave them full control over the directory and the file
and still to no avail. Any help would be greatly appreciated. Thank
you
I have a vb.net application that connects to a network file share.
The vb.net application bases certain functions (whether or not the
user can or can't update for example) by polling the system.username
variable and checking that against a table in the database. When I or
any other domain admin is logged on and using the system we are
allowed to update and delete whatever we wish. My problem lies in
that when a normal domain user tries to update the database i get the
dreaded "Operation must use and updateable query" error. I know it is
a permissions problem i just don't know where. This is NOT ASP.
Everything i have found about this error is ASP related. The file
share is available to all domain users and Everyone has read, write,
access, and modify permissions to both the access database and the
file itself. Yet i still can't get a normal domain user to update. I
even created a new organizational unit for the users who are allowed
to update and gave them full control over the directory and the file
and still to no avail. Any help would be greatly appreciated. Thank
you