Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 "Must use an updatable query"?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mkelley
Junior Member

112 Posts

Posted - 10 February 2005 :  06:20:20  Show Profile
My forum has been screwed up by my host and in an effort to get things right they have done something now so I can actually *get* to the front page (not so good before). However, now I get this:

"Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/forum/inc_func_common.asp, line 675"

At that line is the function:

"function UpdateLastHereDate(fTime,UserName)
'## Forum_SQL - Do DB Update
strSql = "UPDATE " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " SET M_LASTHEREDATE = '" & fTime & "'"
strSql = strSql & ", M_LAST_IP = '" & Request.ServerVariables("REMOTE_ADDR") & "'"
strSql = strSql & " WHERE " & strDBNTSQLName & " = '" & ChkString(UserName, "SQLString") & "' "
my_conn.Execute (strSql),,adCmdText + adExecuteNoRecords
end function"

which is all plain vanilla Snitz. Can anyone give me even a clue as to what's going on here and what I need to do next to get my forum (which has been working nearly a year without changes) up and running again?

If you want to look it's at http://www.composeforums.com

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 10 February 2005 :  06:55:10  Show Profile
Try searching these forums for that error; it's come up many, many times before.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 10 February 2005 :  17:56:55  Show Profile
Take a look here:

http://www.dougscode.com/forum4/topic.asp?TOPIC_ID=5

======
Doug G
======
Computer history and help at www.dougscode.com
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 10 February 2005 :  23:38:14  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
It does also help if you read the readme file that came with the download, it's covered in there:
http://forum.snitz.com/forum/readme.htm#FAQ

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.5 seconds. Powered By: Snitz Forums 2000 Version 3.4.07