Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7899617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:45:04+00:00 2026-06-03T08:45:04+00:00

I have a stored procedure that has an OUT parameter of type SYS_REFCUROR. From

  • 0

I have a stored procedure that has an OUT parameter of type SYS_REFCUROR. From C# before executing the procedure I add all the parameters except for that OUT parameter. But when I execute the procedure I get “wrong number or types of arguments ” error. My question is if I’m not going to assign any value to that parameter why do I have to add it to my parameters collection?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:45:05+00:00Added an answer on June 3, 2026 at 8:45 am

    You need to add out the parameter because after execution of the stored procedure, the value of out parameter of sql is stored in this out parameter you supplied in your code, which you can use later on in your further execution.

    If you want to omit passing out the parameter, then assign a default value to the output parameter, that will resolve your issue.

    For example :

    CREATE PROCEDURE MyTest
       @Data1 int
       ,@Data3 int = null output 
    

    If you do as above, then you don’t need to pass the output parameter by code, and it will hide the error you are getting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a stored procedure that has to retrieve data from multiple tables something
I have stored procedure that insanely times out every single time it's called from
I have a stored procedure that has been working just fine, but I recently
I have a stored procedure that takes no parameters, and it returns two fields.
I have a stored procedure that I want to call from within another, and
I have a stored procedure that takes an XML parameter and inserts the Entity
I have a stored procedure that has this select statement in it: select (select
I have written a package that has a stored procedure and a REF cursor.
I have a web-service that calls a stored procedure from a MS-SQL2005 DB. My
I have a simple stored procedure in T-SQL that is instant when run from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.