Alex Gordon
Alex Gordon

Reputation: 60741

using MySql.data in C#

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

Answers (1)

SLaks
SLaks

Reputation: 887453

Right-click your project, click Add Reference, and browse to MySql.Data.dll.

Upvotes: 2

Related Questions