对现有记录集运行 SQL 查询?
我已经从来自不同连接的两个现有记录集创建了第三个记录集(已断开连接)。
现在,我想对此第三个记录集运行 SQL 查询。
我正在使用 Excel VBA。
谢谢, 哈利
I've created a 3rd recordset (disconnected) from two existing recordsets that came from different connections.
Now, I'd like to run a SQL query on this 3rd recordset.
I am using Excel VBA.
thanks,
Harry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 ADO RecordSet Filter 方法与 SQL where 子句结合使用: Filter 和 RecordCount 属性示例,例如
You can use the ADO RecordSet Filter method with SQL where clauses: Filter and RecordCount Properties Example, e.g.