This topic is locked

Active Database Link

6/20/2007 4:17:54 PM
ASPRunnerPro General questions
J
jjrobinson author

I have a program that logs RFID tags into an Access Database. I've used ASPRunnerPro 5.0 to build a web page to display that database. However, when a new card is added to the log file, my web page log doesn't update upon refresh. How can I make a link between the web page and my .mdb file so that when I refresh my web page it gives me results from my latest database log.

J
jjrobinson author 6/20/2007

I have a program that logs RFID tags into an Access Database. I've used ASPRunnerPro 5.0 to build a web page to display that database. However, when a new card is added to the log file, my web page log doesn't update upon refresh. How can I make a link between the web page and my .mdb file so that when I refresh my web page it gives me results from my latest database log.


Never mind, I figured it out. Just had to put the actual database in the /db folder. Apparently, it only puts a copy of the original in there each time the web page is built.