tags:

views:

34

answers:

1

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?

+2  A: 

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

SLaks