I'm getting this error when I try to update with mysql in asp.
Microsoft VBScript compilation error '800a03ee'
Expected ')'
/postos/reg.asp, line 525
set ins_regenf1 = conn.Execute("UPDATE reg SET hemo ='"&hemo &"' WHERE id_reg='"&id_ficha&"';")
-------------------------------------------------------^
I know it seems obvious but the values are correct as well as the defentions in bd is correct.
Does anyone have any idea what's going on? Thanks