需要连接到 MS Access 数据库并每 30 分钟自动将它们填充到 mysql 表中
我正在开发一个时间表项目,我使用mysql作为数据库,我需要连接到MS access数据库并提取所需的数据并将其存储在mysql数据库中。我必须每 30 分钟自动执行一次此操作。我想知道是否可以使用存储过程或触发器来执行此操作。我在我的应用程序中使用 java 与 spring、hibernate 和 jsf。
非常感谢您查看我的问题。
请帮助我需要解决这个问题。
I am developing a time sheets project, i am using mysql as database, i need to connect to MS access database and pull required data and sore it in mysql database. I have to do this automatically every 30 min. I was wondering if there is anyway i can do this using stored procedure or triggers. I am using java with spring,hibernate,and jsf in my application.
Thanks a lot for taking a look at my problem.
Please help i need to solve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来像是您需要使用 cron 的东西,您可以编写一个 Java 应用程序或 PHP 脚本来从 Access DB 获取数据并将其存储在 MySQL 中。
It sounds like something you'd use a cron for, you can write a Java application or PHP script that gets the data from your Access DB and stores it in MySQL.
在 Windows 上,您可以在 Windows 任务管理器中添加应用程序或脚本(运行 -> 任务)
On Windows you can add your Application or Script in Windows Tasks Manager (Run->Tasks)