how to connect mysql by using vs 2010 c# desktop application | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 7

how to connect mysql by using vs 2010 c# desktop application

18th Jul 2020, 9:41 AM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar
2 Réponses
+ 11
Using Mysql.Data.MySqlClient; MySqlConnection connection = new MySqlConnection("server =127.0.0.1;port=3306;username=root;password=0000;database = dbName");
18th Jul 2020, 10:17 AM
Orchiiik
Orchiiik - avatar
+ 5
Орынбай Аманбек Namespace is not supporting in vs 2010 BroFar
18th Jul 2020, 12:12 PM
Gaurav Dixit🇮🇳
Gaurav Dixit🇮🇳 - avatar