I have installed a forum. If I link to a active database everything works.. if I link to the database that belongs to new forum I get the following message. I have contacted my ISP and they have given the folder read/write permission. Thanks for any help Michael
Microsoft JET Database Engine error '80004005' Operation must use an updateable query.
After reading a previous post I thought I would add this info..
my connection string,
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=W:\Inetpub\wwwroot\comesee\database\lorenzo\snitz_forums_2000.mdb" '## MS Access 2000
the one that works is the same by the only difference is \database\richards30th (another sub folder) I have put the whereami.asp in the database folder, but not get access to it from my browser. When I do link to the richards30th link.. I get the posting.. but not the colors and structure of the database. I
You said "they have given the folder read/write permission". But the database file also need to have read/write permission. Make sure they change both for the folder the database is in and for the database file itself.
Thank you david... as you were sending me that note, I was sending my isp a note to do just that... I hope it works.. thanks again. By the way.. how can I access whereami if it is in a database folder?
If your database folder is outside of your www folder then you can place the script in your forum folder, and try to determine the path to your database from that path.