博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

 char sql[512];

strcpy(sql,"update vehicle_info set VNO = ");
 strcat(sql,"'");
 strcat(sql,readCol[1]);
 strcat(sql,"'");
 strcat(sql,"where VID =");
 strcat(sql,readCol[0]);