Hey

If you are wanting to use the MySqlCommand, MySqlConnection objects etc, I think I am right in saying that you are going to need to install the Connector/Net, which you can download from here:

http://dev.mysql.com/downloads/connector/net/5.2.html

And you can find examples usage of this both here:

http://dev.mysql.com/doc/refman/5.0/...qlcommand.html

And here:

http://www.vbmysql.com/articles/vbnet-mysql-tutorials

Hope this helps!!

Gary