How do continuously update data to an asp page?

Posted by Lori on Stack Overflow See other posts from Stack Overflow or by Lori
Published on 2009-07-26T09:18:37Z Indexed on 2010/03/14 9:25 UTC
Read the original article Hit count: 490

Filed under:
|
|
|

Hi, I have an asp page based on a very simple database. It references a single table of probably 30 records and maybe 12 data fields and everything works great as I am only uploading a new database every week or so.

I have a special circumstance where I would like upload new data to the database and display automatically on the page every 20 to 30 seconds without the user having to refresh their screen. I would expect up to 1000 concurrent users accessing the data.

I have been manually uploading the database via ftp, which will obviously not work on this timeline and would also run the risk of error pages as the database is being replaced.

So, can anyone point me the right direction to setup this scenario?

Other details that might be helpful: The database is an Access database (but I could change to another format if needed) Running on Windows platform hosted by an ISP, not my own server

Thanks in advance for any help on this!

Lori

© Stack Overflow or respective owner

Related posts about asp

Related posts about streaming