Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7972693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:56:01+00:00 2026-06-04T07:56:01+00:00

This should be a really easy question. I created the DB for Quartz.NET and

  • 0

This should be a really easy question. I created the DB for Quartz.NET and populated all of the tables and stuff, now I’m just trying to configure my project to interact with the DB. I can handle the coding part of it, I just don’t know what config file to use..

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:56:03+00:00Added an answer on June 4, 2026 at 7:56 am

    Do you have an application configuration file at all?
    if your application is a windows forms or windows service application, you may add an Application configuration file manually (right-click the project in your solution explorer -> Add New Item and select the “Application Configuration File”). It will end up appearing as the App.Config file in your project and when you build the project, this file will be copied to the output folder and it will be renamed to “yourappname.exe.config”.

    Once you have added the config file, you need to put quartz configuration to that file.
    For instance:

        <?xml version="1.0"?>
        <configuration>
            <configSections>
                <section name="quartz" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                ...
                other lines here
                ...
            </configSections>
              ...
              ...
              ...
            <quartz>
    
                <add key="quartz.scheduler.instanceName" value="TestQuartzServer" />
                <add key="quartz.scheduler.instanceId" value="instance_one" />
                <add key="quartz.threadPool.threadCount" value="10" />
                <add key="quartz.threadPool.threadPriority" value="Normal" />
                <add key="quartz.jobStore.misfireThreshold" value="60000" />
                <add key="quartz.jobStore.type" value="Quartz.Impl.AdoJobStore.JobStoreTX, Quartz" />
                <add key="quartz.jobStore.useProperties" value="false" />
                <add key="quartz.jobStore.dataSource" value="default" />
                <add key="quartz.jobStore.tablePrefix" value="QRTZ_" />
                <add key="quartz.jobStore.clustered" value="true" />
                <add key="quartz.jobStore.lockHandler.type" value="Quartz.Impl.AdoJobStore.SimpleSemaphore, Quartz" />
                <!-- point this at your database -->
                <add key="quartz.dataSource.default.connectionStringName" value="ConnectionStringName" />
                <add key="quartz.dataSource.default.provider" value="SqlServer-20" />
            </quartz>
        ...
        <connectionStrings>
            <add name="ConnectionStringName" connectionString="Data Source=...; etc." providerName="System.Data.SqlClient" />
        </connectionStrings>
    </configuration>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This should be a really easy derp question, but here it is: I'm trying
This should really be easy for an experienced android programmer. Unfortunately I don't know
This seems like it should be really easy but I couln't find an answer
This is probably a really easy question, I want to access the last element
This should be an easy question I figure, but I hadn't found this answered
Hopefully this is an easy question. I'm trying to learn backbone and i'm stuck
This is probably a very easy question, but I never really did web... so
Now adding check boxes to a list is really easy. My question is what
Im hoping this would be a really easy question for someone.... Basically we are
This should really be allowed - I do not understand why it is not.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.