Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mspelly

    Stored Pocedure Error

    Hi pmegan Thank you very much - that worked and now see my mistake
  2. mspelly

    Stored Pocedure Error

    Thanks for reply RiverGuy. But when I set the @Error as an output and then set up my VB code to set the @Error parameter I get the error message Error 5: Procedure 'usp_CheckForDuplication' expects parameter @Error, which is not supplied. I tried setting the value of the @Error as follows...
  3. mspelly

    Stored Pocedure Error

    Hi all, I have a stored procedure that I am returning a value.However, when I run the following code I receive the following errors: Error 9 Description: An SQLParameter with ParameterName '@Error' is not contained by this SQLParameterCollection. and Error 5 Description: Procedure...
  4. mspelly

    Stored procedure error

    Hi all, I have a stored procedure that I am returning a value.However, when I run the following code I receive the following errors: Error 9 Description: An SQLParameter with ParameterName '@Error' is not contained by this SQLParameterCollection. and Error 5 Description: Procedure...

Part and Inventory Search

Back
Top