Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to have SQL server pass a HTML string...

Status
Not open for further replies.

DougP

MIS
Dec 13, 1999
5,985
US
Is there a way to have SQL server pass a HTML string out to the Internet at a specified time?

I would like to pass information to a WEB site based on times in a table
such as
So the system clock would look in a table every 5 minutes
and see if a time is going to go by in the next 4 minutes 59 seconds. If there is a record then send the HTML out through a browser or something


Now the HTML parameters would be different

Example Table

Date Time A-Value B-Value C-Value
4/6/01 19:34 3425 erww speh
4/6/01 20:15 2933 sdfe okjd
4/7/01 1:15 9288 desr wiuw

So at 19:34 it would send out this string
at 20:15 this string
at 1:15 this string
DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top