send notification based on date time
-
hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi
-
hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi
-
hello all, i'd like to know how to implement my scenerio. my table has a datetime field. base on that date time, i want to send notification to the users accordingly. for e.g due date is 30-08-2010 inside my table. if current date is 31-08-2010, i want the system to send notification automatically. will appreciate the answers. thanks in advance, Kyi Kyi
Hi Kyi Kyi, For this u need to use windows scheduler tasks feature so that it'll executes a task periodically everyday in a certain time of period . On the other hand create a windows application to and give it to DB connectivity and write code what you want to do. point this .exe to that scheduler task. Thats it...All Over...:thumbsup:...
Rajendra prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.
-
Hi Kyi Kyi, For this u need to use windows scheduler tasks feature so that it'll executes a task periodically everyday in a certain time of period . On the other hand create a windows application to and give it to DB connectivity and write code what you want to do. point this .exe to that scheduler task. Thats it...All Over...:thumbsup:...
Rajendra prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.
-
You can use a windows service which will once a day look in to the table for records and send notifications if finds any.