值将一个数据库转移到另一个数据库 [英] Values Transfer one database to another database

查看:74
本文介绍了值将一个数据库转移到另一个数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我需要自动将一个数据库的值转移到另一个数据库(例如:每5分钟),但不使用任何事件(例如页面加载或按钮单击).
这是可能的.帮帮我.





在此先感谢


问候

Sundaramoorthy B

hi to all,
i need to transfer values one database to another database automatically (EG: every 5 mins) , but without using any event like(page load or button click) .
is it possible.If possible means how to implement. help me.





thanks in advance


Regards

Sundaramoorthy B

推荐答案

Sundaramoorthy,

是的,有可能,您必须设置一个计时器作业(Scheduler),该作业每5分钟运行一次.现在,将您的代码块放入该调度程序中,用于将数据从一个数据库传输到另一个数据库.

Scheduler将每隔5分钟运行一次,并自动将数据从一个DB传输到另一个DB,而无需单击任何按钮或加载页面.

谢谢
Tapan kumar
Hi Sundaramoorthy,

Yes it is possible, you have to set a timer job ( scheduler ), that runs in every 5 mins. Now put your code block for transferring data from one database to another inside that scheduler.

The Scheduler will run in each and every 5 min and transfers the data from one DB to another automatically, without any button click or page load.

Thanks
Tapan kumar


这篇关于值将一个数据库转移到另一个数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆