Hi, I'm using snitz forum for olmost 3 years without any problems. My provider change server where the forum was hosting. Due to that I have to change path of the database in config.asp file. From: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:/auto/InetPub/wwwroot/autooglasi/forum/ao2004f.mdb" I have change it to: strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(".") & "\ao2004f.mdb"
After the change following mesage appears: Microsoft JET Database Engine error '80004005' Operation must use an updateable query. /forum/inc_func_common.asp, line 98
for the problem you are getting, it is a well documented error mentioned probably thousands of times in this forum. If you read the forums posting rules, your are asked to search for the solution to your problem before posting, that is what Laser meant by "Use search" since if you did you would not need to ask for the solution