I'm using MySql.Data.MySqlClient; so I can do a connection like this:The type or namespace name `MySql' could not be found. Are you missing a using directive or an assembly reference?
I work with VS 2008 and MySQL Connector but only found and uploaded mysql.data.dll.Code:MySqlConnection Conn = new MySqlConnection("server=server;Database=machado_db;userid=machado;password=pass;");
There's anything else I have to do ?


LinkBack URL
About LinkBacks
icon below! (this is even better than "liking" a post)
