If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Pushing Data to an ASP Page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-02, 13:58
alex0603 alex0603 is offline
Registered User
 
Join Date: Jul 2002
Posts: 1
Red face Pushing Data to an ASP Page

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
Reply With Quote
  #2 (permalink)  
Old 07-05-02, 15:04
AbsolutMauser AbsolutMauser is offline
Registered User
 
Join Date: Jun 2002
Posts: 14
Pehaps you could use a client side Java script, thus avoiding the load on the server for the time out.

~AbM
Reply With Quote
  #3 (permalink)  
Old 08-21-02, 08:25
EvE EvE is offline
Registered User
 
Join Date: Aug 2002
Location: Holland
Posts: 16
Wink

Maybe this can help:

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

</body>
</html>
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On