Delphi:如何将列表作为参数传递给SQL查询?
摘要:
我有一个整数或字符串列表,需要作为Delphi DataSet的参数传递.怎么做? 这是一个例子. MyQuery是这样的: select * from myTable where intKey in :listParam 我将一个参数设置为列表或数组或其他内容: MyQuery.ParamByNa 阅读全文
posted @ 2020-12-07 20:11 癫狂编程 阅读(341) 评论(0) 推荐(0)