sql语句的一种组织方法

SQLList := TStringList.Create;
  SQLList.Add('100001=select * from customer');
  SQLList.Add( '200001=update customer set customer=current_time where cust_no=1012');

SQLList.Values['200001']

posted @ 2011-02-12 23:27  delphi中间件  阅读(264)  评论(0编辑  收藏  举报