Hi all,
I have a terrible error.
I put up a web site using ASP and it worked fine initially. Then one day I get an error that says an UPDATABLE query is required whenever an update query is written in my code.
The sql query is definiately correct and it workd off my local PC and personal web server.
anyone ever experienced this before?
It happens on every single update query
eg
sqlq = "UPDATE thread set showme = FALSE where threadID " &
indexStr
OBJdbConnection.Execute(SQLq)
...and then i get the error...bizarre
![]()




Reply With Quote