Heya,
Ok I'm making the conversion from Cold Fusion to ASP (Started today
) and would like to ask you guys a question. I'm running a SQL Stored procedure, and need to feed it some variables (IDs of 2 ITEMS) so am using "testpage.asp?Pid=12&Sid=88" now all I want to do is get my IIS to feed this to SQLServer " exec ssp_GetPage '12', '88' "
And then display the results, Now I've figured out how to get ASP to Execute a Stored Procedure, but am still unable to feed it a variable specified by the URL...
Please Help
D. We never fail, we just find that the path to succes is never quite what we thought...
Ok I'm making the conversion from Cold Fusion to ASP (Started today
And then display the results, Now I've figured out how to get ASP to Execute a Stored Procedure, but am still unable to feed it a variable specified by the URL...
Please Help
D. We never fail, we just find that the path to succes is never quite what we thought...