want code to be executed automatic on server every 5 minutes
-
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
-
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
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
-
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
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.