Try:
sql = "insert into Mark(Mark,label,RfigTag) values('" + Mark + "','" + goods + "',"+ RfidTag +")";其中Mark,label为字符串,RfidTag为int.int就不要加''了。