Re: Stored procedure paramter passing
Posted by: Massimo Fierro
Date: May 30, 2016 11:29PM

I think I will answer my question myself. :)
The trck is in setting the CommandType, ie.
------------
var updateCmd = new MySqlCommand("updateBrokerSymbols");
updateCommand.CommandType = CommandType.StoredProcedure;
------------
Which somehow I managed to forget :/

Options: ReplyQuote


Subject
Written By
Posted
Re: Stored procedure paramter passing
May 30, 2016 11:29PM


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.