Quote:
Originally posted by liorlank
What is th code in ASP to refresh Access table????
|
Since the WEB is completely stateless, refreshing an Access table to your page is a rather useless issue. Once your page is processed and then loaded in your browser... the connection to the data no longer exists. You just need to reload the page in its entirety... which in effect, refreshes any data that you want to display.
There are some advanced topics dealing with remote data services that you may be alluding to. However, these can get quite complex.
Tim