toptech
Posts: 9
|
| Posted: 04/08/2005, 5:17 AM |
|
Hi There.
I am creating a database and need to be able to notify a person
when an item is due by a set daye.
Does anybody have/know of code that could set the alam and the person would be notified. Just like in Outlook.
Thanks in advance.
Jeff
|
 |
 |
eiden
Posts: 34
|
| Posted: 04/10/2005, 10:52 PM |
|
To accomplish this you need to run a script on schedule. The script checks the database for instance once every minute, and if it finds any "alarms", it will do the appropriate action.
If you have full access to the server, it's easy to set this up.
Read more here: http://www.asp101.com/articles/john/schedule/default.asp
|
 |
 |
toptech
Posts: 9
|
| Posted: 04/11/2005, 5:17 AM |
|
Hi Eiden.
Thanks for the article.
Has good options.
Regards,
Jeff
|
 |
 |
|