Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Syntax error un update

I have the code below which should update a table, but it has a syntax error I can't find, any help is appreciated.


MM_saveCmd.CommandText ="UPDATE FormsBlb SET Firmid =" & Session("FirmId") & ", Caseid =" & Session("QFcaseid") & ", Userid =" & Session("QFUserId") & ", Activityid =" & Session("QFActivityid") & ", Blobdata = '" & strXML & "') WHERE Blobid = '" & Session("QFBlobid") & "'"
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

:)