Click here to Skip to main content
16,019,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we usesql server 2000 and access data in silverlight 3 and vs2008 sp1?

or we can use sql 2000 and visual studio 2010 and silverlight 4
Posted
Updated 10-Sep-10 12:10pm
v2

Silverlight has nothing to do with SQL Server/DB side (no dependency). Thus:
Can we usesql server 2000 and access data in silverlight 3 and vs2008 sp1?
Yes, you should be able to.

we can use sql 2000 and visual studio 2000 and silverlight 4
I doubt. You won't be able to work on Silverlight in VS2000.
 
Share this answer
 
You can create a web service and then access any version of SQL server using that web service. Silverlight can only communicate to databases via web services or the entity framework.
 
Share this answer
 

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