PDA

View Full Version : Pushing Data to an ASP Page


alex0603
07-03-02, 14:58
Does any one know of a way to push data to an asp page so that when a table is updated the asp page reflects the new value. We are currently doing this by refreshing periodically by setting a time out on the asp. This is causing a big performance bottle neck. Can any one offer suggestions. Currently we are hitting both Oracle and SQL sever 2000


Thank You

Alex

AbsolutMauser
07-05-02, 16:04
Pehaps you could use a client side Java script, thus avoiding the load on the server for the time out.

~AbM

EvE
08-21-02, 09:25
Maybe this can help:

<html>
<head><title>Reset Featured</title></head>
<body>
<%
Application( "tblName" ) = ""
%>
<big>Featured Products Reset!</big>

</body>
</html>