Hi
Can anyone tell me if I want to use ADO.NET objects in Silverlight? can I use or not? If yes then how?
Thanks in Advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Aug 31, 2011, 1:15 AM
Silverlight doesn't support normal ADO.NET objects like DataTable,
DataSet, DataColumn, Database connection providers like SqlConnection,
OledbConnection objects.
We can use System.Data namespace but that contains Services related stuffs not ADO.NET stuffs.
Hope this will help you.
Thanks.