Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using Quartz.net to create the scheduled jobs running in the background. So far I can manage to run the jobs from program where I manually add the jobs in the source codes. In fact, what I really need is to run the jobs from the oracle database whereby my JOBS_TBL database table stores all the necessary jobs with various preferences(jobcode, jobname, CRONexpression, etc).

I understand that JobStore feature can be used to store the data in the database but we can't store the jobs details permanently and update the jobs dynamically. (Correct me if I'm wrong).

Now my question is how can I run the jobs from my JOBS_TBL table that will be changing the trigger timing(CRON expressions) occasionally and dynamically? Which kinds of methods or ways I should use?

Thanks!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900