Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: update asp-page and database at 12pm?


Message #1 by "mario van acker" <mario.vanacker@r...> on Wed, 24 Apr 2002 00:19:30
Hi,
I'm new to ASP-Access so this may sound silly:
I have to make a website where the contents of a database table have to be 
seen on screen. Every night at 12 pm the table has to be updated. I have 
made a query to update the table but have no idea how to execute this 
query at 12 pm. Is this possible in Access or can I do this with some code 
in an asp-page? Or is it IIS that has to be told to run the asp-page?
Thanks in advance,
Mario
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 24 Apr 2002 12:25:57 +1000
Write a .vbs file and schedule it using the Task Scheduler.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "mario van acker" <mario.vanacker@r...>
Subject: [access_asp] update asp-page and database at 12pm?


: Hi,
: I'm new to ASP-Access so this may sound silly:
: I have to make a website where the contents of a database table have to be
: seen on screen. Every night at 12 pm the table has to be updated. I have
: made a query to update the table but have no idea how to execute this
: query at 12 pm. Is this possible in Access or can I do this with some code
: in an asp-page? Or is it IIS that has to be told to run the asp-page?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index