How do I connect to MySQL 5.1 in Visual Studio 2010?
Posted
by jake
on Stack Overflow
See other posts from Stack Overflow
or by jake
Published on 2009-05-23T07:07:30Z
Indexed on
2010/05/07
5:38 UTC
Read the original article
Hit count: 300
visual-studio-2010
|mysql
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.
© Stack Overflow or respective owner