Re: Trying to connect to MySql from Visual Studio
Posted by: Bill Rodgers
Date: December 27, 2011 11:58AM

Additional Data:

The above procedure is from memory and that project is now gone so your mileage may vary.

You might also try using the System.Data.SqlClient assembly which seems to allow connection to MySQL.

Also, after you install the .NET connector, and "use" the MySql.Data assembly, you have access to a rich set of capabilities which can be investigated by typing in
a new line of code starting with "MySql.Data." and then exploring the code completion options which seem to offer everything a SQL savvy programmer could want.

Bill

Options: ReplyQuote




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.