MySQL Forums
Forum List  »  Stored Procedures

Re: Problem with ODBC and OUT parameteres using C#
Posted by: Mark Toth
Date: July 02, 2005 09:40AM

OK I also tried adding a semi-colon to the commandtext like this and still got the same result

m_odbcCommand = new OdbcCommand("CALL sp_CountUsers(?);", m_odbcConnection );

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem with ODBC and OUT parameteres using C#
1392
July 02, 2005 09:40AM


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.