Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a phpmyadmin database and have an interface created using c#. now i want to refresh the data in the database through the c# interface. can somebody point me to the right direction please or share some code with me, thanks
Posted

few issue i like to lecture on you:
there is no such thing called phpmyadmin database
mysql is the database server. phpmyadmin is a application written in php to admin mysql database.

and what you want to do is connect with mysql using C#.

google will give you the best support. you can use the simple string to search "C# mysql"
this is the first
link[^] i found when i searched.
 
Share this answer
 
because phpmyadmin uses mysql database you can use one of mysql database providers such as Connector/Net 6.5.4[^].
you can find useful tutorials on 21.2.4. Connector/Net Tutorials[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900