I need help creating an asp or html page that will run on a web server and query a Teradata database. Only if the query returns results I would like them to be SMTP emaild to a group of email addresses.
Will auto refreshing the webpage at regular intervals to check if data exists do the job? Or is there a better way to accomplish this.
Could a stored procedure on the data server achive the result with less overhead on the network?
I am quite a novice so I would appreicate help with the entire ASP page if possible.
Thanks in advance.
Will auto refreshing the webpage at regular intervals to check if data exists do the job? Or is there a better way to accomplish this.
Could a stored procedure on the data server achive the result with less overhead on the network?
I am quite a novice so I would appreicate help with the entire ASP page if possible.
Thanks in advance.