PHPMyAdmin for visual studios c#

11,719

Solution 1

You can use a MySQL database using the MySql.Data library.

There is a full example on Code Project.

Solution 2

Yes. There are libraries for MySQL (such as MySql.Data) in C#. The fact that it was created by PHPMyAdmin has no effect on how you access it in a C# application.

Share:
11,719
user1781232
Author by

user1781232

Updated on June 04, 2022

Comments

  • user1781232
    user1781232 almost 2 years

    I would like to know if I can use the database created on phpmyadmin on visual studios c#? In the past, I have only used it for php projects. Now that I am making a c# project using Visual studios, would I be able to connect my database created on phpmyadmin on visual studios?