0

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?

1
  • That means adding it to the list of DLLs the compiler and thus your resulting code use. Are you using a IDE? If so, which one? Commented Apr 26, 2010 at 23:59

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.