DbHd
Programmer
- Dec 20, 2004
- 39
I have a multi-user A2k db with both front & backend on a server. Users remote into the server and run it from there.
Users have limited permissions so I include the WITH OWNERACCESS OPTION in my coded queries.
One process calls for deleting data in a temp table but they get an error saying they don't have permissions. They really don't have them in the security settings but I read that the option will override the security settings. If I change the security for those table it all runs ok.
Obviously I can permanently change settings for just those tables, but what gives with the option?
I had originally written the code to create and delete the tables but permissions go in the way there also.
Earle
Users have limited permissions so I include the WITH OWNERACCESS OPTION in my coded queries.
One process calls for deleting data in a temp table but they get an error saying they don't have permissions. They really don't have them in the security settings but I read that the option will override the security settings. If I change the security for those table it all runs ok.
Obviously I can permanently change settings for just those tables, but what gives with the option?
I had originally written the code to create and delete the tables but permissions go in the way there also.
Earle