View Single Post
  #3 (permalink)  
Old 12-05-05, 09:32 AM
digioz's Avatar
digioz digioz is offline
Community VIP
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 2,167
Thanks: 3
Thanked 8 Times in 8 Posts
As "koncept" was saying, try using the following SQL String instead:

Code:
Set RS = oConn.Execute("UPDATE [news] SET [desc] = '" & request("update_text") & "' Where [id]=" & id & ";")
__________________
Reply With Quote