Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

How to connect MySql and Xamarin.Forms?

$
0
0

I have a task: make a connection between Xamarin.Android and MySql DB, wich is located on db4free.net

Everything works for PC, but for Android there is an exeception:

Why is it so?

the code is:
string myConnectionString = "Server=www.db4free.net;Port=3306;User Id=****;Password=****;Database=****;OldGuids=True";
MySqlConnection connection = new MySqlConnection(myConnectionString);
connection.Open();
....


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>