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

Altering an Access db from ASP in XP

Status
Not open for further replies.

Jonax

Programmer
Aug 22, 2001
210
Hi all,
I have this annoying problem which is:
I can't seem to INSERT, UPDATE or DELETE - onle SELECT.

I think it has to do with permissions, but I've tried unwriteprotecting the file, the folder etc.
I've also tried giving it write permissions in MMC

Did it help?! -No such luck...

I searched MSDN and the Microsoft newsgroups, and I found a guy with the same problem, but no solutions...

Just to set it straight, the code DOES work on NT/2k, I've also tried using the AddNew-method of ADO, but it all amounts to the same...
 
Are you getting an actual error on the asp results page??
and if so what is it?

CS
 
Ok, I've figured it out...
It's as simple as choosing to webshare the folder containing the db, and give it write-permissions (duh!)...

Anyway, hope this will help others facing the same prob...
 
You must have been getting "must use an updatable query" error??!!

Good to know you fixed it..!

CS
 
Yup, amongst others...
Thx anyway ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top