紧急求助!关于SQL语法!在线等候中....
代码如下:
SQL="insert into [fc_fangchanxx](fc_type,fc_city,fc_area,fc_address,fc_frame1,fc_frame2,fc_frame3,"_
&"fc_wytype,fc_direction,fc_acreage,fc_floor,fc_condition,fc_equipment,fc_fitment,fc_linkname,"_
&"fc_linksex,fc_linkphone,fc_linkemail,fc_price,fc_unit,fc_limitdate,fc_remark)Values('"&fcradio&"',"_
&"'"&fccity&"','"&fcarea&"','"&fcaddress&"','"&fcseltype1&"','"&fcseltype2&"','"&fcseltype3&"','"&fcwytype&"',"_
&"'"&fcdirection&"','"&fcacreage&"','"&fcfloor&"','"&fccondition&"','"&fcequipment&"',"_
&"'"&fc_fitment&"','"&fclinkman&"','"&fcsex&"','"&fclinkphone&"','"&fclinkemail&"',"&fcprice&",'"&fcunite&"','"&fclimitime&"','"&fcremark&"')"
conn.Execute SQL
出现的问题:
[Microsoft][ODBC SQL Server Driver][SQL Server]第 1 行: ',' 附近有语法错误。
/gszs/fangchan/fangchan_fcer2shoufang_fabu.asp, 第 335 行
我眼睛都看直了也没看出什么问题啊!哪位高手能帮帮忙!先谢了!