如何使用脚本从 Access 数据库中删除行?
我正在尝试使用脚本(例如 vbscript 或 whs)以编程方式从 Microsoft Access 数据库中删除行。
看起来有两个或多个引擎可用于连接到 mdb 文件,它们是 ADO 扩展 Jro.JetEngine 或 DAO.Database DBEngine。
除此之外,表中还有一个名为 CreatedDate 的列,其中包含创建条目的日期。
我计划用它来删除早于 N 天的条目。
我怎样才能实现这样的目标?
I am trying to programmatically remove rows from a Microsoft Access Database using a script (such as vbscript or whs).
It looks like there are two or more engines that can be used to connect to an mdb file which are the ADO extension Jro.JetEngine or DAO.Database DBEngine.
In addition to this, there is a column in the table called CreatedDate which contains the date that the entry was created.
I plan to use this to remove entries that are older than N days old.
How would I achieve something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要类似这个脚本的东西。
您的 MS Access 版本的特定连接字符串可以在 connectionstrings.com 获取
You need something like this script.
The specific connection string for your MS Access version can be had at connectionstrings.com