------ "There's a man... He's bald and wears a short-sleeved shirt, and somehow he's very important to me. I think his name is Homer."
(Jack O'Neill, Stargate)
We have a user interface that does not give the user any feedback if for example there is an error with data entry. We can not program a message box to pop up directly form the interface so the idea is to use webpages to display the message. If a stored procedure could open IE and go to a specific address it would solve our problem.
SQL Server is for data storage, not a front end. You can use SQL Server to store the URL for the page you want to display. The code that displays the URL should be in your front end app.
So, basically, if your stored procedure generates an error, you can return the URL for the web page. Your app should know that an error occurred and display the url within a browser.
-George
Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.