摘要:
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)
|
摘要:
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) |
||