Hi Alex,
Currently, Silverlight does not support to do Data Access directly from the
Silverlight application itself because of some security issues. But I
believe the Data Access API will be improved in the future release
versions.
Currently, the only way is using a WCF or WebService to wrap a Data Access
Layer. It does not matter how we do the Data Access from the WCF or
WebSerivce wrapper. We can do it via the tranditional ADO.NET , LINQ to SQL
or Entity Framework. As long as we retrieve the Data in the WCF or
WebService layer, we can consum the WCF or WebService to get the data.
We can see some discussion and detailed walkthrough on the web,
http://blogs.msdn.com/brada/archive/...-centric-appli
cation-with-silverlight-2.aspx
http://silverlight.net/forums/t/16915.aspx
http://silverlight.net/forums/p/16733/55609.aspx#55609
Best regards,
Colbert Zhou
Microsoft Newsgroup Support Team