"Before compiling the example code make sure that you have added References to your project as required. The References required are System, System.Data and MySql.Dat开发者_StackOverflowa."
How can i add references to the project ? I have already installed Connector/Net driver but where are the references stored and how can i import them to the project?
Right click on the project name. Go to "Add Reference"... Locate the mysql assembly and select it.
精彩评论