stewy
Starting Member
7 Posts |
Posted - 14 July 2001 : 19:42:02
|
I've set up my main page to allow an NT logon session so people can access certain directories. Here a problem; -When you start fresh without loging on, and go straight to the Forum, everything works just fine. -When you authenticate, and then go to the Forum, you get;
Error Type: Microsoft JET Database Engine (0x80004005) Operation must use an updateable query. /forum/inc_top.asp, line 208
Line 208= ' LETS UPDATE THE TABLE SO IT SHOWS THERE LAST ACTIVE VISIT strSql = "UPDATE " & strTablePrefix & "ONLINE SET M_BROWSE='" & strOnlineLocation & "' , LastChecked='" & strOnlineCheckInTime & "' WHERE UserID='" & strOnlineUser & "' AND " & strTablePrefix & "ONLINE.UserIP='" & strOnlineUserIP & "'" my_Conn.Execute (strSql) end if
Yest... if you click back, then forward... it works. Click on a topic and you get the error.... click back then forward and you see the topic.
Stumper?? LOL. Everything works fine with the who's online script out, even authentication.
Heh.....
Stewy
|
|