Ask a Question related to ASP Database, Design and Development.
-
Dave #1
ASP, Access 2K and automation
I'm using W2K server, Access 2K and ASP.
Creating website to provide database information to anonymous users.
I know Access can support very few online users at a time, so I'm thinking
about automating database interaction. The idea is to have ASP call on
Access at midnight. Once the connection is made a new HTML file is generated
for the website which would be used for the next 24 hours.
Ultimately, Access would only be queried twice a day; once to update the
database and secondly, to generate the HTML. Would I need an ASP script to
watch the 24 hour intervals, call on an Access macro and finally update the
web page HTML?
Considering this involves several programs; I'll be posting my question to
other newsgroups.
TIA,
Dave
Dave Guest
-
OLE Automation
I'm having difficulty finding Visual Basic code examples to write to pdf files. Can someone point me to some sample code? Thanks. -
Automation Questions
I am an ASP.NET developer and have just been tasked to integrate PDF support into my application. Can someone lead me in the right direction on how... -
Web automation
Hello, I want to fill out and submit Html form (not manually) using Perl or other scripting language if necessary. Html form is composed of... -
word automation in asp.net
I have just started to rewrite an application using ASP.NET. One of the main features of the application is automated letter production. In the... -
COM Automation anyone?
Is anyone using the new COM Automation API in Photoshop 7? The documentation in the downloadable SDK is lamentable and almost totally useless. What... -
Ray at #2
Re: ASP, Access 2K and automation
Hi Dave,
If you have access to the server, you can write a vbscript file to generate
your new HTML files and schedule it to run every 12 hours using either the
task scheduler service or the AT command, which is part of the task
scheduler service. If you can get your VBS file written, you could then
schedule it by entering this at the command prompt.
at 0:00 /EVERY:M,T,W,Th,F,Sa,Su D:\YourPath\YourScript.vbs
at 12:00 /EVERY:M,T,W,Th,F,Sa,Su D:\YourPath\YourScript.vbs
Ray at work
"Dave" <dgrisset@sewanee.edu> wrote in message
news:%23Trgn6HTDHA.2676@TK2MSFTNGP10.phx.gbl...generated> I'm using W2K server, Access 2K and ASP.
> Creating website to provide database information to anonymous users.
> I know Access can support very few online users at a time, so I'm thinking
> about automating database interaction. The idea is to have ASP call on
> Access at midnight. Once the connection is made a new HTML file isto> for the website which would be used for the next 24 hours.
> Ultimately, Access would only be queried twice a day; once to update the
> database and secondly, to generate the HTML. Would I need an ASP scriptthe> watch the 24 hour intervals, call on an Access macro and finally update> web page HTML?
> Considering this involves several programs; I'll be posting my question to
> other newsgroups.
>
> TIA,
> Dave
>
>
Ray at Guest



Reply With Quote

