SQL Server CE 4 DataProvider not available in server explorer
Asked Answered
H

3

10

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

Horribly answered 20/3, 2011 at 22:39 Comment(0)
C
10

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

Catechism answered 21/3, 2011 at 7:19 Comment(2)
updated link download.microsoft.com/download/0/5/D/…Kinch
Are you talking about scripting tools?Der
S
3

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

Sullins answered 20/3, 2011 at 23:6 Comment(2)
This can be helpfull, but this one should be supported by visual studio, or atleast ms sql server management studio (which is also installed). I do not belive that technology creator does not include it support in tooling.Horribly
Yup this is just a tool even without visual studio and ssms. But its function is almost the same and easy to use as what we are using ssms.Sullins
R
0

Another option, just install the extension SQL Server Compact & SQLite Toolbox

from here http://sqlcetoolbox.codeplex.com or over VS Add Extension.

Resultant answered 25/5, 2016 at 11:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.