[quartznet:1862] Adding jobs to ADOJobStore

79 views
Skip to first unread message

DZENG

unread,
Apr 25, 2010, 7:27:04 PM4/25/10
to Quartz.NET
Hi,

I have successfully set up the Quartz.Config file to use adojobstore
(SqlServerDelegate). Through the console windows, no error when
initialising adojobstore. Quartz shares the same database with my
application. My question is that how I can create jobs? I have been
trying to just populate records directly in SQL, but I am having
problems save values in the start_time field (this is a bigint field,
I cannot find a way to convert DateTime to a bigint in my SQL script).

Or probably it's not supposed to be done this way. Do I just create a
client application that talks to Quartz server to add jobs, and then
these jobs will eventually be created in the database?


Can anyone please share some ideas?

Thanks
Daniel

--
You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
To post to this group, send email to quar...@googlegroups.com.
To unsubscribe from this group, send email to quartznet+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/quartznet?hl=en.

aleo

unread,
Apr 26, 2010, 10:06:28 AM4/26/10
to Quartz.NET
datetime.ticks

Marko Lahma

unread,
May 15, 2013, 2:23:55 AM5/15/13
to Quartz. NET, danie...@gmail.com
You should always use the scheduler API to modify job and trigger
information. If AdoJobStore is chosen, then the modifications will be
done to the db backend. You should never alter Quartz database tables
directly by bypassing Quartz.

-Marko


On Wed, May 15, 2013 at 2:37 AM, Danial Wang <nzon...@gmail.com> wrote:
> Hi Have you got the answer?
>
> Actually I have the same question to ask. If you have the answer, would you
> mind sharing it with me?
>
>
> Thanks,
>
>
> Danial Wang
> To unsubscribe from this group and stop receiving emails from it, send an
> email to quartznet+...@googlegroups.com.
>
> To post to this group, send email to quar...@googlegroups.com.
> Visit this group at http://groups.google.com/group/quartznet?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Reply all
Reply to author
Forward
0 new messages