I am trying to call a stored procedure from within another sproc and insert the results into a temp table in the calling program.
Using SQL 2000
Ex: USP_TEST has a temp table that will hold the results from USP_TEST2.
I call USP_TEST2 using EXEC USP_TEST2 @date, passing a date parameter...
I am using ASP to call a report that is based on a Stored Procedure, using CR8 and SQL 2000/IIS5.
All reports will run fine then one will be selected from the ASP page and the report simply hangs. The ActiveX viewer does not even appear.
It hangs on this line of code, when it is trying to...
I am using ASP to call a report that is based on a Stored Procedure, using CR8 and SQL 2000/IIS5.
All reports will run fine then one will be selected from the ASP page and the report simply hangs. The ActiveX viewer does not even appear.
It hangs on this line of code, when it is trying to...
Thanks for the info...I think I can break it up in ASP but am a little confused about how the stored procedure will accept it - does this mean I add an extra parameter to the sproc, and if so, can you dynamically create parameters within a sproc ? As it is now I have defined 4 parameters, 2...
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.