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

2008年10月14日

摘要: 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]); 阅读全文

posted @ 2008-10-14 21:07 浪端之渡鸟 阅读(3178) 评论(1) 推荐(0)