.Net Connector Problem
Posted by: spn Pioneer
Date: September 10, 2014 12:12PM

I am trying to make a dataset using Dataset Designer in VS.NET 2013.
I have installed "MySql Connector/Net 5.9.3" and "MySql For Visual Studio 1.2.3".
I am trying to call stored procedures.
When using the MySql version is 5.1.x, columns are fetched properly for select procedures.

But when using MySql version 5.6.20 (Latest) or 5.5.x, columns are not fetched.

One difference I have noticed is that with version 5.1.x, names of stored procedures are shown as "ProcedureName (DatabaseName)".
But with version 5.6.20 and 5.5.x, name of stored procedures are shown as "ProcedureName (def.DatabaseName).

I don't know what has changed in the database versions.

Options: ReplyQuote


Subject
Written By
Posted
.Net Connector Problem
September 10, 2014 12:12PM


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.