黑白程式

黑白程式

导航

2008年8月22日

Delphi中操作sql代码

摘要: 一个例子: with QryTemp do begin if Active then close; sql.Clear; // select dsjbh,qh,uphone,zjtype,uzjsj,checkflag from user_card sql.Text:='update user_card set checkflag=1 where' ... 阅读全文

posted @ 2008-08-22 16:32 黑白程式 阅读(261) 评论(0) 推荐(0)