i need to refresh a web page when my database gets updates
i use access as my database i there any method
other than timer events an http meta refresh
ie i need to get a notification when my database
get updated,inserted
i need to invoke a trigger from database to java class
file is it possible
-
refresh webpage (1 messages)
- Posted by: sri vaths
- Posted on: April 08 2005 08:06 EDT
Threaded Messages (1)
- USE APPLET by Anil Pathak on April 10 2005 14:21 EDT
-
USE APPLET[ Go to top ]
- Posted by: Anil Pathak
- Posted on: April 10 2005 14:21 EDT
- in response to sri vaths
Use applet and a simple server implementation in your server. Applets make cyclic look up to the server and when change occurs it reloads the page.