Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 SQL + ASP auto update page

Author  Topic 

Swede
Yak Posting Veteran

74 Posts

Posted - 2002-12-02 : 06:36:15
[font=Verdana]]Hi guys, long time no see,

I got this problem I cannot work out how to do. Maybe any of you got any ideas.

Let's say I got an SQL database and an ASP page. When the database gets a new entry, I want it to update the ASP page, instead of the ASP page updating and then checking to see if there are any new entries.

Does this make any sense? :)

/Swede
[/font=Verdana

=====================================
Why not try and do the impossible?

Andraax
Aged Yak Warrior

790 Posts

Posted - 2002-12-02 : 07:20:08
You want your SQL server to update a web page for you? Looks like you should look into SQL web tasks, which produce hteml documents based on data from your database. Look it up in BOL (sp_makewebtask).



Go to Top of Page
   

- Advertisement -