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.