1

I'm trying to access a MySQL database through Silverlight, and I know you can't do it directly, but the only way I know of is to use a WCF service. This won't run on the server I have, is there any other way to access the database (through PHP maybe)?

2 Answers 2

2

You should be able to access the db through any kind of webservice (not just WCF). The language you develop the service in is immaterial to silverlight.

Sign up to request clarification or add additional context in comments.

Comments

0

I am doing something like that without using WCF. Instead, I have created an ASP.Net page that grabs the requested data, formats it into a JSON "string", then returns it to Silverlight.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.