Concatination Problems
i'm building a sql statement, and i want to concatinate a string right next to a form variable. well it wont let me, so i think. here's the syntax i'm using and the error. well actually the syntax is in the error.
Code:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/editdetail.asp, line 10
makechanges="update sheetlog set datein = '"&request.form("datein")&" 12:00:00 PM', keyedinby = "&request.form("inby")&happy&" where logid = "&request.querystring("edid")