writing textarea to database
My ASP page (using VBScript), doens't seem to like my request of writing the contents from a textarea to a field in my database. The field is set to data type Memo. I get the following error when the page loads:
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
/forums/postnew.asp, line 37
Where, line 37 tells the page to update the recordset (Message_Data.Update)
Here is the page I am talking about:
http://www.pcgamesforyou.com/forums/postnew.asp
Thank you.
Alexander