简体   繁体   中英

PHPMyAdmin for visual studios c#

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 ac# project using Visual studios, would I be able to connect my database created on phpmyadmin on visual studios?

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

There is a full example on Code Project .

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM