ms access - How do continuously update data to an asp page? -


I have an asp page based on a very simple database. It probably refers to a table of 30 records and 12 data fields, and everything works great because I'm either uploading a new database every week.

I have a special situation where I want to upload new data automatically and display the user on every 20 to 30 seconds page without refreshing my screen. I expect 1000 concurrent users accessing data.

I'm manually uploading the database via FTP, which will not obviously work on this timeline and it will also cause the error pages to run the risk because the database

< P> Can anyone tell me the right direction for setting up this scenario?

Other details that may be helpful: the database is an access database (but I can change it if another format is needed) is running on the hosted Windows platform by ISP, not my own server

Do you know what to do with JavaScript?

You will use the timeout () method in javascript so that the update can send the request to the server from your server every 30 seconds. This request will be an AJAX request

Please see: For more information.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -