Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Re: Formal parameter was defined as OUTPUT but the actual parameter not declared OUTPUT


Message #1 by "Adam" <adam0101@e...> on Thu, 8 Nov 2001 00:05:35
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.

  Return to Index