Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prevent viewing of sql tables

Status
Not open for further replies.

bembden

IS-IT--Management
Mar 15, 2004
34
US
Hi

I am a novice so bear with me. I am responsible for a sql database with an access front end. I have a user that goes directly into the sql tables from his computer and modify them. Can I prevent him from seeing these tables?

Thanks

Bernie
 
How does he connect to the tables? Through Enterprise Manager? Authentication method?

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
I bet they are linked tables directly from access to SQL Server via the linking manager am I correct? Because of this you should compile an executable from access and give him that rather than allowing him access to the .mdb file.
 
The database is avaliable over a Citrix environment. The access front end links to the sql database.

Bernie
 
You need to make an .mde file instead of allowing access to the .mdf. When they have access to the .mdf they can makes structural changes to the database. The .mde prevents this from happenening.
 
Windows server authentication

Bernie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top