Re: Using output variables

From: GeorgeP (anonymous_at_discussions.microsoft.com)
Date: 09/23/04


Date: Wed, 22 Sep 2004 19:56:37 -0700

I have the Page calling the stored proc and the proc
should be returning the paramter. If returned permission
code is correct the page goes to the admin page.

The problem is that the SP does not work. The question
is... Why is the procedure looking for the output variable
to be entered as an input variable? the output variable
is loaded in the select statement of the proc.

Thanks,
GP



Relevant Pages