Re: Parameters by Position or Name? .Net Connector
Posted by: Peter Brawley
Date: November 26, 2013 11:47AM

> in staging DB I can rename the parameter to anything I want, e.g. 'p_something' but the calling code still works

The calling code is indifferent to sproc param names (though obviously not to types or lengths). It's sproc code that depends on param names.

> in our production environment the proc call fails saying 'p_parameter not found in collection'.

Does not sound like a MySQL error.

> Is there a setting or something that tells mysql to accept parameters by name or by position

No.

Options: ReplyQuote


Subject
Written By
Posted
Re: Parameters by Position or Name? .Net Connector
November 26, 2013 11:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.