PDA

View Full Version : Hyperlinking to a SQL stored procedure


dougancil
04-08-2009, 08:10 PM
Hello,

I'm trying to use a hyperlink to connect to a stored procedure and pass a simple query to it. What is the best way to do that?

Thank you

Old Pedant
04-08-2009, 09:54 PM
WHAT?

A hyperlink can only got to a WEB PAGE. A stored procedure is *NOT* a web page.

(Okay, technically a hyperlink can go to a web-accessible file, such as an image, but still...a stored procedure is *NOT* a file and can't be treated as one.)