C# : Database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C# : Database

How connect C# with a phpmyadmin to access to a database

27th Feb 2018, 6:36 PM
Daniel Batiz
Daniel Batiz - avatar
5 Answers
+ 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.
28th Feb 2018, 2:27 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 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.
27th Feb 2018, 6:49 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
Alright man ; and how to configure the connector ??? Thank
27th Feb 2018, 6:56 PM
Daniel Batiz
Daniel Batiz - avatar
0
All right; tank you very much I didn’t know about the connector
1st Mar 2018, 9:11 PM
Daniel Batiz
Daniel Batiz - avatar
0
Entity Framework is the best to CRUD I didn’t know . ADO
5th Mar 2018, 1:02 PM
Daniel Batiz
Daniel Batiz - avatar