mysqlvs2010
How to connect mysql and vs2010. When writing a program in VS, you can use the database and how to operate it.
The integrated development environment can connect to the mysql database through tools such as ODBC. Different Connectors are required for different languages. These require the corresponding software to be installed to work.
The following is the Reference of C, which can also be operated in ODBC or OLE mode
http://dev.mysql.com/doc/refman/5.6/en/c-api-function-overview.html
Create a database in vs2010 and add the database you need