delphi 关于使用ACCESS中带参数的查询的用法


本文整理自网络,侵删。

 ACCESS存储过程是带参数的查询语句,如
inser into t1 select * from t2 wher field1=[para1]

这个查询名为stor1

则将可
adoquery1.sql.add("select * from stor1");
adoquery1.Parameters[0].Value=str1;
adoquery1.ExecSQL

相关阅读 >>

Delphi 创建进程时指定其父进程

Delphi 根据字符串分隔符位置取值

Delphi services允许跨域访问

Delphi shellexecute最简单的结束进程代码

Delphi 生成xml 方法 与 Delphi txt文件操作

Delphi实现分割文本文件的小程序

Delphi tstopwatch 计时

Delphi 判断文件存在的一个api函数

Delphi twebbrowser控件编程

Delphi messagebox 使用

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...