|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
run a select query every 15 secs. |
From: |
chris huston |
Date: |
2/18/2000 11:13:07 PM |
IP: |
64.20.9.140 |
Hello,
I would like to run a query every 15 sec,
that would select the data then do a response.write displaying the data
on either the same page or on another frame.
Im trying to get live feeds out of a database that is updated every few secs. Is this possible.
I figured id make code that looks like this
....
dim counter
counter = 0
splitval = 700
for i = 1 to 10000
if (i mod splitval) = 0 then
|
Follow Up - Re: run a select query every 15 secs. - Tim 2/19/2000 7:50:07 AM
|
|
|
|
|
|
|
|
|
|
|
|