Page 1 of 1

MySQL connection from Windows Mobile ?

Posted: Thu 16 Feb 2012 20:23
by RTengs
Hi,

Have anybody treid to make a connection from a Windows 7 mobile ?

And is there an example out ?

Posted: Mon 20 Feb 2012 12:04
by Pinturiccio
Silverlight is not supported in dotConnect for MySQL. As Windows Phone 7 application are created with Silverlight, there is no direct way to connect from Windows Phone 7 to MySQL database.
However, as a workaround, you can use some service, which would connect to MySQL server, and your application on Windows Phone 7 will send a request to this service. For more information about the workaround, please refer to http://stackoverflow.com/questions/5277 ... ws-phone-7