This is what I am trying to do:
I want to have a page that allows my clients to automate reports (simple stats) and have them emailed to themselves. For example, you could go in to the ASP page and say I want to have a report emailed to me monthly. I need some process that every month, automatically generates the report and emails it to the person.
I am using ASP, SQL Server 7, and ASPemail for email. In ASPemail, you can set emails to be sent out in the future, but the problem is how would I get the latest stats in the report? I pretty much need something that would run an ASP page by itself at some point in the future (whatever I set it at, daily, weekly, monthly)
Thanks.
I want to have a page that allows my clients to automate reports (simple stats) and have them emailed to themselves. For example, you could go in to the ASP page and say I want to have a report emailed to me monthly. I need some process that every month, automatically generates the report and emails it to the person.
I am using ASP, SQL Server 7, and ASPemail for email. In ASPemail, you can set emails to be sent out in the future, but the problem is how would I get the latest stats in the report? I pretty much need something that would run an ASP page by itself at some point in the future (whatever I set it at, daily, weekly, monthly)
Thanks.