vote up 1 vote down star

Does any one know how to connect to MySQL 5.1 with Visual Studio 2010?

I have already tried the MySQL Connector/ODBC route and it got me really nasty results. The table rows were all listed as a view in the views section and nothing at all was listed in the tables or procedures folder.

flag

50% accept rate

5 Answers

vote up 2 vote down

http://bugs.mysql.com/bug.php?id=45122

link|flag
vote up 1 vote down

Erm... through code? Or do you mean the server explorer add-in? Have you tried the latest (albeit GPL-ed) connector version for .NET from Mysql themselves? Again, it's GPL-ed so be aware of the consequences of using that for your own software.

link|flag
1  
i'm lazy. i was hoping to do this through the server explorer addin. i have tried the .net connector and visual studio 2010 doesn't seem to pick it up. there is something wrong with the installation methinks. – jake May 23 at 13:38
vote up 1 vote down

Microsoft Visual Studio 2010 Beta 2 is busted for DDEX providers. They are auto promoting a VS 2008 assembly from 9.0 to 10.0 and it fails. The failure has to do with the fact that a .NET 2 assembly cannot load a .NET 4 assembly.

This worked in beta 1, so it is something they broke.

I even went back and tried the reference DDEX provider from the SDK. It won't load in VS 2010 beta 2 either. That tells me they have something that needs to be fixed.

When is the next beta?

link|flag
vote up 0 vote down

The next Beta ought to be the RTM ;-)

On topic:

no solution for the problem :(

link|flag
vote up 0 vote down

Yesterday, I downloaded / installed Visual Studio 2010 Beta 2 ... created a new connection ... and I see something in VIEWS and PROCEDURES ... and that's it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.