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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Limiting users of ODBC to read only access

Status
Not open for further replies.

petertickler

Programmer
Oct 1, 2002
67
GB
I want to set up an ODBC link to a SQL Server database for a user, but want to ensure he can see, but NOT update, the tables.

Is there a way of doing this within the ODBC, or do I have to do it within the permissions of SQL Server.

Peter Tickler
 
I would set up a user on the database with the permissions that I want and then have the ODBC DSN use that specific user and password to log into the database.

zemp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top