Re: Trying to connect to MySql from Visual Studio
Posted by: Fernando Gonzalez
Date: February 13, 2012 01:03PM

Hi Guys,

Connector/NET integration into Visual Studio Express has never been supported, because Microsoft doesn't allow it, see (http://blogs.msdn.com/b/danielfe/archive/2007/05/31/visual-studio-express-and-testdriven-net.aspx).

If you install the C/Net in a machine with Visual Studio Pro, Ultimate, you should be able to get it working.

Having said that, you can still use MySql.Data.dll as any other assembly in Visual Studio Express:

Please refer to the C/Net official documentation:
Connection string options reference:
http://dev.mysql.com/doc/refman/5.6/en/connector-net-connection-options.html

Tutorials with sample code
http://dev.mysql.com/doc/refman/5.6/en/connector-net-tutorials.html

Thanks.

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.