Mr. David Summers
New member
this is a part of my WYSIWYG. the "textcontent" is in HTML. and when the user presses the Update button. the page redirects to update page where the changes to the "textcontent" will be updated where ID number = 1.
this is my code:
objDBconn.Execute("UPDATE news SET articleContent = '"&textcontent&"' WHERE articleID = '"&page&"'")
EASY AS HELL, right. but then i get this:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression ''<A href="news_ultrasoundNews.asp"><IMG border=0 hspace=0 alt="
why is it trying to read the "textcontent" as ASP.
this is my code:
objDBconn.Execute("UPDATE news SET articleContent = '"&textcontent&"' WHERE articleID = '"&page&"'")
EASY AS HELL, right. but then i get this:
Microsoft JET Database Engine error '80040e14'
Syntax error (missing operator) in query expression ''<A href="news_ultrasoundNews.asp"><IMG border=0 hspace=0 alt="
why is it trying to read the "textcontent" as ASP.