Forum Moderators: open

Message Too Old, No Replies

No Update Permissions

         

stevelibby

5:50 pm on Feb 25, 2005 (gmt 0)

10+ Year Member



i have tried to follows what has been done below, but get:

No Update Permissions!

What does this mean? Any ideas

[w3schools.com...]

Easy_Coder

5:57 pm on Feb 25, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you attempting to update an Access Database that exists on the web server? If the answer is yes then you need to have your host set permissions on the directory where your database is sitting so that you can Add, Update & Delete...

stevelibby

5:59 pm on Feb 25, 2005 (gmt 0)

10+ Year Member



it is an ms sql database!

TheNige

2:30 am on Feb 26, 2005 (gmt 0)

10+ Year Member



then your sql login needs to have update permissions on the table that you are trying to update.

But looking at that example...that error message is what they are writing out...not SQL Server. You could comment out the On Error Resume Next to view the real error that you are getting.