Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. want code to be executed automatic on server every 5 minutes

want code to be executed automatic on server every 5 minutes

Scheduled Pinned Locked Moved C#
helpcsharpdatabasesysadmincollaboration
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    iam creatin c#4 wndows application this appication creat work team meating & then send email to wrok tem members database is published on internt not local becuase this application 'll be access from differnt people my problem is when someone creat meating he may say it 'll repeated each week so what i need too add new row in database for each meet week but the problem is that i can't do that from my application becasue i don't know when application open may be someone open appliction creat meet then close application & didn't open until he want to creat new meet so i need something that work on pblished server that do that work check if new meet is new near send email to members & add new row in database how can i do that any help please

    md_refay

    OriginalGriffO A 2 Replies Last reply
    0
    • L Lost User

      iam creatin c#4 wndows application this appication creat work team meating & then send email to wrok tem members database is published on internt not local becuase this application 'll be access from differnt people my problem is when someone creat meating he may say it 'll repeated each week so what i need too add new row in database for each meet week but the problem is that i can't do that from my application becasue i don't know when application open may be someone open appliction creat meet then close application & didn't open until he want to creat new meet so i need something that work on pblished server that do that work check if new meet is new near send email to members & add new row in database how can i do that any help please

      md_refay

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      Don't just post the same question everywhere: you waste time and effort. Since you have posted this in Q&A[^], don't add it here as well.

      Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

      "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      1 Reply Last reply
      0
      • L Lost User

        iam creatin c#4 wndows application this appication creat work team meating & then send email to wrok tem members database is published on internt not local becuase this application 'll be access from differnt people my problem is when someone creat meating he may say it 'll repeated each week so what i need too add new row in database for each meet week but the problem is that i can't do that from my application becasue i don't know when application open may be someone open appliction creat meet then close application & didn't open until he want to creat new meet so i need something that work on pblished server that do that work check if new meet is new near send email to members & add new row in database how can i do that any help please

        md_refay

        A Offline
        A Offline
        Anuj Banka
        wrote on last edited by
        #3

        You can create a window service which will do whatever you want to do and run on sevrer Or SQL JOB This service or job will run on server where you have database for this application. In database you can take a flag for Repeated meetings.This service will check that flag and send the mails.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups