472,090 Members | 1,398 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,090 software developers and data experts.

Microsoft VBScript runtime error '800a0046'

Hi there!

I just created a login page. 1/3 of the login works fine, but some like "Lost Password" of "Admin access to add users" are not working.

Any help will be great!


The erros:

On the Lost Password using for instance: me@me.com
http://www.premiersolutions.com/slog/longclient.html

I get the following error:
Microsoft VBScript runtime error '800a0046'
Permission denied
/slog/lost/sent.asp, line 35


On the admin page:
http://www.premiersolutions.com/slog/admin/admin.asp
Admin ID is me@me.com
Password is paco123456

Trying to add a user, I get:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/slog/admin/add.asp, line 26

Trying to add an admin, I get:
Microsoft JET Database Engine error '80004005'
Operation must use an updateable query.
/slog/admin/add.asp, line 26

Thank you in advance,
David
Nov 20 '07 #1
1 2657
jhardman
3,406 Expert 2GB
David,

These are all permission problems. What kind of DB do you have?

You will need to give iuser (or the logged-in user) permission to modify 1- the folder that the db is in and 2- the db itself.

Jared
Nov 21 '07 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by =?Utf-8?B?TWF0dCBDYWxob29u?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.