Calling Stored Procedure Fail
I am sure that this is probably an easy answer but please bear with me.
I have a page
defaulredirect.asp
it is receiving form variables from default.asp'
I need to use those form variables in my stored procedure. My procedure works fine in SQL but when I try to add it to my page as a command it doesn't work.
I am not sure what I am doing wrong. I also don't know for sure what details you need. Please be patient with me.
The procedure inserts the form variables into the table ans returns the newly created ID (identity) for further use in my application.
