how to use SQL with Silverlight
-
hello, I'm new in Silverlight Development. I want to know how to include "System.Data.SQLClient" in Silverlight application. In other words, I want to use SQlConnection in Silverlight application . Please help
-
hello, I'm new in Silverlight Development. I want to know how to include "System.Data.SQLClient" in Silverlight application. In other words, I want to use SQlConnection in Silverlight application . Please help
vinci007 wrote:
System.Data.SQLClient
This is not part of the Silverlight runtime. You can user either Web services or the Entity framework to access data.
The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick - Silverlight *.XCP files
-
hello, I'm new in Silverlight Development. I want to know how to include "System.Data.SQLClient" in Silverlight application. In other words, I want to use SQlConnection in Silverlight application . Please help
It's simply not possible. Silverlight apps can't connect directly to a database. You have to use a web service (or RIA services).
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
hello, I'm new in Silverlight Development. I want to know how to include "System.Data.SQLClient" in Silverlight application. In other words, I want to use SQlConnection in Silverlight application . Please help