+ 1
C# : Database
How connect C# with a phpmyadmin to access to a database
5 Respostas
+ 1
Sorry bro, I had left work and didn't see this further.
If you go to the link I posted to you, it fully documents all of it and gives you examples on how to connect to a database via your code. If you give it a shot and it still isn't working, hit me up and I'll help ya out further with that part.
+ 3
https://dev.mysql.com/downloads/connector/net/6.10.html
^Start there. You'll want to get the MySQL C# connector. Then you can use it to link to a database and manipulate it with your C#'s SQL code to your heart's content.
+ 1
Alright man ; and how to configure the connector ??? Thank
0
All right; tank you very much I didn’t know about the connector
0
Entity Framework is the best to CRUD I didn’t know . ADO