R
robert d via AccessMonster.com
I am creating a temporary database to hold some tables needed to hold the
results of complex and time-consuming calculations.
The temp DB is created from a model temp DB that I include with the
application. Since tables in the instance of the model temp DB, the instance
temp DB, may have sensitive data I want to secure it. I have used RWOP type
security on the model temp DB. All permissions to tables are revoked for all
groups. The groups only have Open/Run permission on the database.
In the front end application, with code I'm able to create the instance temp
DB and link to it. However, when the tables need to be accessed, I'm getting:
Error #3112 Record(s) cannot be read; no read permissions on tblTEMP XXXXX
I don't understand this as I am using RWOP queries. When I double click on
the RWOP queries I get this message for all.
RWOP is run with Owner's permissions. When I look in the Security menu -
User and Group Permissions - it shows the Owner of the linked temp table as
the current user. But this is expected as the Temp database was just created.
Also, this is just the links so I don't know.
Can anyone provide any suggestions, etc.
results of complex and time-consuming calculations.
The temp DB is created from a model temp DB that I include with the
application. Since tables in the instance of the model temp DB, the instance
temp DB, may have sensitive data I want to secure it. I have used RWOP type
security on the model temp DB. All permissions to tables are revoked for all
groups. The groups only have Open/Run permission on the database.
In the front end application, with code I'm able to create the instance temp
DB and link to it. However, when the tables need to be accessed, I'm getting:
Error #3112 Record(s) cannot be read; no read permissions on tblTEMP XXXXX
I don't understand this as I am using RWOP queries. When I double click on
the RWOP queries I get this message for all.
RWOP is run with Owner's permissions. When I look in the Security menu -
User and Group Permissions - it shows the Owner of the linked temp table as
the current user. But this is expected as the Temp database was just created.
Also, this is just the links so I don't know.
Can anyone provide any suggestions, etc.