Request and Send Data from C# - WPF over Php to MySQL Server over the Internet

  • Thread starter Thread starter Thomas_Stein
  • Start date Start date
T

Thomas_Stein

Guest
Hello,

I have the following question. At my home I use and Synology NAS with a MySQL Database. The MySQL-Database must be accessible over the internet and so it is not possible to get direct access. Until now I used C# with php-Scripts to get and send information from and to the database.

Now I decide to change to C# WPF and in WPF there are some interesting possibilities to show data, like for example in a Listview from the MySQL-Database very easy. But it only runs with direct access to the MySQL-Database, which is in my case not possible. After some searching to alternative and secure connections to my Synology NAS database I found nothing which can help me at that point.

I have the question, if someone here has any experience in this field. What’s an alternative and easy way to get data from the database without direct access into the WPF elements? Does someone know a good book or material about exactly that topic?

Thank you very much in advance and best regards

Continue reading...
 
Back
Top