Do I have to provide a value for OUT parameter
MikailMay 4 2012 — edited May 4 2012I 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?