another shocker error: Updatable query required
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
:confused:
Thanks I'll try that but...
do u have any idea how come it worked initially even with the brackets. Also on my PC using Personal Web Server there seems to be no problemo. any ideas as to why?