|
-
May 24th, 2001, 07:32 PM
#1
Thread Starter
New Member
Real time Update
Hi all,
Anybody knows how can I update .asp file every second. Like stock quotes.
Thanks
-
May 24th, 2001, 08:06 PM
#2
Frenzied Member
What you really want to do is get your data into an XML file or from a database that is being updated.. and have the page reload this data at times increments
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 25th, 2001, 06:12 AM
#3
Black Cat
Make sure the page won't be cached (Response.Expires = -1, etc.) then use a meta tag like this in the <HEAD> section.
<meta http-equiv="Refresh" content="1;url=screen1.asp">
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 25th, 2001, 07:08 AM
#4
PowerPoster
Hmmm...It is gonna suck having the rage reload every second... Too bad you can't dynamically update an ASP page.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
May 25th, 2001, 07:18 AM
#5
Black Cat
Keep the page simple. It works great on an intranet for near real-time monitoring of machinery, etc.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 25th, 2001, 09:34 AM
#6
Thread Starter
New Member
Unfortunatly the page is not simple. There are 100 of points that I want to monitor and update on the internet. Meanwhile I have to calculate some other points using this realtime points.
I have no experience with XML, I believe that I can use XML with SQL Server 2000 but my database is MS Access 2000.
Thanks
-
May 25th, 2001, 11:13 AM
#7
Black Cat
If you're using ADO, you should be able to convert a recordset to XML regardless of the database you're using, but I also have little experience with XML.
Either way, the client is going to have to continually request the page or data from your server.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|