Delphi连接access方法
---
来源:TTT BLOG [ http://www.taoyoyo.net/ttt/ ]
地址:http://www.taoyoyo.net/ttt/post/421.html
---
with dm.AQR_BUFFER_010 do beginclose;dm.AQR_BUFFER_010.Parameters.ParamByName('JOB_NO').Value := edtJob_No.text;open;if recordcount<=0 then beginx_pMsg:='未找到有效数据!' ;messageDlg(x_pMsg,mtInformation,[mbOk],0);exit;end;while not eof do beginpTxt := fieldByName('PART_NO').AsString;next;end;
--本文来源于[TTT BLOG]:http://www.taoyoyo.net/ttt/post/421.html
(提示:转载时请务必保留此版权信息或者注明来源。)

