Silverlight and an online MySQL database

Go To StackoverFlow.com

0

Can I make a Silverlight application who get his data from an online MySQL database on a web hosting?

2012-04-04 17:14
by Rick de Jong
Yes. Next question - cadrell0 2012-04-04 17:17


2

Yes, but you'll need to throw a WCF interface on top of the MySQL database. Probably the easiest way to do this is with WCF RIA Services.

2012-04-04 17:19
by Ken Smith
But thats with a local database... I want to connect to an online DB (database1.hosting2go.nl - Rick de Jong 2012-04-04 17:34
No, that is with any database - cadrell0 2012-04-04 18:09
Hmm... I will chec - Rick de Jong 2012-04-04 19:25
Ads