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

ODBC Error

Status
Not open for further replies.

rixter67

MIS
Sep 18, 2001
28
0
0
US
Help please, I have an ASP page that updates a SQL database. When a remote user tries to log in and update the following error message appears:

Microsoft OLD DB Provider for ODBC Drivers error '80040e09'

[Microsoft] [ODBC SQL Server Driver] [SQL Server} SELECT Permission denied on object 'USERS', database xxxx, owner xxxx.

What is going wrong here? Is it that the database permissions are not set to select and write to the database???
 
you have to set up permissions on your tables, you can do this from enterprise manager if you have it
 
That would mean the Users table is a good place to start, correct?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top