asp_databases thread: Re: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT
You use the .CreateParameter method to create 25 actual parameters, but you only have 24 formal parameters defined in your stored procedure. I think they need to match.
|





