I find solution that is similar to this but works for me ;-)
And here is the code:
Code:
MySqlConnection Conn = new MySqlConnection("SERVER=localhost;" +
"DATABASE=db;" +
"UID=user;" +
"PASSWORD=root;");
MySqlCommand Cmd = new MySqlCommand("Select * From test where
Leave a comment: