SQL Compact 4 is installed on my computer but I can't open the sdf file from the solution explorer.The icon is a blank document not the yellow cylinder
Asked
Active
Viewed 2,147 times
1
-
Do you get any message while opening sdf file? – sikender Nov 18 '11 at 05:04
-
Please see this similar question: [Opening .sdf file](https://stackoverflow.com/questions/2375118/how-to-open-sdf-files) This will answer your question. Hope this helps. – talha2k Nov 18 '11 at 05:06
1 Answers
3
There are currently no built-in tools in Visual Studio for working with SQL Server Compact 4.0 database files. (they will come with Vs2010 SP1). You can use my Visual Studio add-in http://sqlcetoolbox.codeplex.com or one of the other tools listed here: http://erikej.blogspot.com/2009/04/sql-compact-3rd-party-tools.html
You can download sql ce through web api just follow this link
visual-studio-tools-for-sql-serverl
Please check above link.

sikender
- 5,883
- 7
- 42
- 80