How do I trigger a function based on time, or even once per day in ASP? I'm also using SQL Server 2005, so I'd be willing to entertain any ideas to pull this off that way too.
Time based function trigger
Collapse
X
-
Originally posted by WilockHow do I trigger a function based on time, or even once per day in ASP? I'm also using SQL Server 2005, so I'd be willing to entertain any ideas to pull this off that way too.
dailyUpdate
application("la stUpdate") = date()
end if[/code] but those are not that stable, so I would suggest saving that data in a text file (or XML file) or in a db. Let me know if that helps.
Jared
Comment