string sql = "update mydo_job set status = 5 where job_id = "+label2.Text; 你可以输出一下你的这句sql语句,然后复制到你的数据库执行,数据库对单引号是敏感的,