Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server CE 4 DataProvider not available in server explorer

I have installed the sp1 for visual studio 2010 and installed sql server ce 4 runtime. But still not able to create connection to the sql ce database using standart data provider.

This is how my Select DataProvider Dialog looks like now. Change data source dialog

P.S. Does not know if it matters, but I have tested this with console application and winforms application both targeted at .Net 4.0

like image 464
v00d00 Avatar asked Mar 20 '11 22:03

v00d00


2 Answers

You must install the SQL Server Compact 4 tools via Web PI, as described here: http://erikej.blogspot.com/2010/12/visual-studio-tools-for-sql-server.html

like image 119
ErikEJ Avatar answered Oct 20 '22 00:10

ErikEJ


You can use this project/Tool to open/create sql ce databases:

SQL SERVER CE QUERY TOOL

And have a look at this:

Everything SQL Server Compact

Regards

like image 36
Crimsonland Avatar answered Oct 19 '22 22:10

Crimsonland