using MySql.data in C#
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-04-26T23:56:58Z
Indexed on
2010/04/27
0:03 UTC
Read the original article
Hit count: 318
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?
© Stack Overflow or respective owner