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

Can not update database on local machine

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

After updating from win98 to XP Pro I'm unable to update a database on my local machine. This is the error I get...

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
is read-only.
/gdp/processnewsletter.asp, line 41

Unsurprisingly line 41 is ...
objRec.Update

Is there a setting I can change? I've searched for this error on the MS site and got this...


But none of the errors were the same I'm getting.

Any ideas?

TIA
Paul
 
Check in Options, under Advanced tab that the db is set to shared access and not exclusive.
 
do your windows permissions at the location of the database permit you to update the file? Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
thanks guys...appreciated

I sorted it out by editing the directory security property in iis. Unchecking the anonymous access checkbox did the trick. No idea why but it seems to have solved the problem.

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top