Reputation: 60741
i am connect to a mysql database using this example:
http://bitdaddys.com/MySQL-ConnectorNet.html
at the top the instruction is to:
Next add reference to: MySql.Data
how do i do that?
Upvotes: 0
Views: 243
Reputation: 887453
Right-click your project, click Add Reference, and browse to MySql.Data.dll.
Upvotes: 2