|
dougancil -> RE: hyperlinking to a SQL stored procedure (4/9/2009 11:08:13)
|
I personally have no idea why anyone would want to do this, but I was told to investigate if it could be done. I'm not typically the person who writes the code for projects like this and my boss asked me if it was "achievable." What I believe that he wants to do is to retrieve data from a stored procedure and pass that to another page to be displayed. There is a query written already that is supposed to retrieve the data and rather than liking directly to the database, I think the best way would be to pass the query values to the destination page where the page runs the stored procedure and then displays the results. Can that be done?
|
|
|
|