Code: Select all
MyConnection1->Username = "root";
MyConnection1->Password = "root";
MyConnection1->Connect();
What's the problem? Thanks.
Code: Select all
MyConnection1->Username = "root";
MyConnection1->Password = "root";
MyConnection1->Connect();