string l_sql = "Update CN_PRODUCT set [P_Name]='" + P_Name + "',[P_Content]='" + P_Content + "',[P_Picture]='" + P_Picture
            + "',[Class_ID]='" + brand_ID

            + "',[Price]='" + price
            + "',[Year]='" + Year
            + "',[Count]='" + Count
            + "',[Contacter]='" + Contacter
            + "',[mobile]='" + mobile
            + "',[qita]='" + qita
            + "',[source]='" + source

            + "' where P_ID=" + P_ID;

 

这样写语句,还有错就出奇了!

相关文章:

  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-12-19
  • 2021-12-11
  • 2021-06-24
  • 2022-12-23
相关资源
相似解决方案