黑白程式

黑白程式

导航

2008年8月14日

Delphi执行sql语句总结

摘要: 用TQuery: Query1.Close; Query1.SQL.Clear; Query1.SQL.Add(Insert Into MyTable Values(1,23,aa)); Query1.ExecSQL; 如果是Select 语句则把Query1.ExecSQL改为Query1.Open. 用... 阅读全文

posted @ 2008-08-14 11:07 黑白程式 阅读(957) 评论(0) 推荐(0)