Re: NetConnector Query Parameter with @ does not function as per document
Posted by: Gabriela Martinez
Date: October 24, 2012 09:43AM

Hi Ravi,

We're no longer supporting the version 5.0.8.1. The current supporting versions for Connector/Net are 6.4.5, 6.5.4, 6.6.4. So my first suggestion would be to upgrade to the 6.4.5 which is very stable. While reviewing your code I noticed you're using .Parameters("@Type").Direction = ParameterDirection.Input which is not necessary in this case. The direction property in the parameters is used when executing stored routines but not for MySql sentences. You can try removing that line.

Hope this helps.

Regards,

Gabriela Martinez
.Net Developer on MySql Connector/net team.

Options: ReplyQuote


Subject
Written By
Posted
Re: NetConnector Query Parameter with @ does not function as per document
October 24, 2012 09:43AM


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.