Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to silverlight.

Can we configure mysql to a silverlight applpication?

Thanks,
Swapna.
Posted
Updated 31-Jan-11 21:11pm
v2
Comments
Dalek Dave 1-Feb-11 3:11am    
Minor Edit for Readability.

No not directly.
You need to use web services to access the database.
 
Share this answer
 
Comments
Venkatesh Mookkan 1-Feb-11 2:01am    
Good call. Have 5!
Dalek Dave 1-Feb-11 3:11am    
Spot on.
k.swapna 1-Feb-11 3:37am    
Thanks
k.swapna 1-Feb-11 22:53pm    
hi, i am unable to find the connection
Abhinav S 1-Feb-11 23:17pm    
You will need to build a web service yourself.
As Abhinav said, you could use Web Services. But if it is too much for your application, you can write Handlers on the server-side and use it in your Silverlight Applications.

References:

Silverlight 3: Displaying SQL Server Data[^]

My First Data Application in Silverlight 2[^]

Basic Database Operations in Silverlight 3.0[^]

http://www.silverlightshow.net/items/Video-Learning-CRUD-and-Data-Forms-in-Silverlight-2-Episode-2.aspx[^]
 
Share this answer
 
Comments
Dalek Dave 1-Feb-11 3:11am    
Good Call.
k.swapna 1-Feb-11 3:36am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900