SQL Server CE 4 DataProvider 在服务器资源管理器中不可用
我已经安装了 Visual Studio 2010 的 sp1 并安装了 sql server ce 4 运行时。但仍然无法使用标准数据提供程序创建与 sql ce 数据库的连接。
这就是我的“选择数据提供者”对话框现在的样子。
PS 不知道这是否重要,但我已经使用针对 .Net 4.0 的控制台应用程序和 winforms 应用程序对此进行了测试
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.
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须通过 Web PI 安装 SQL Server Compact 4 工具,如下所述:http://erikej.blogspot.com/2010/12/visual-studio-tools-for-sql-server.html
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
您可以使用此项目/工具打开/创建 sql ce 数据库:
SQL SERVER CE 查询工具< /a>
看看这个:
一切SQL Server Compact
问候
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
另一种选择是,只需安装扩展 SQL Server Compact & SQLite Toolbox
来自此处 http://sqlcetoolbox.codeplex.com 或通过 VS 添加扩展。
Another option, just install the extension SQL Server Compact & SQLite Toolbox
from here http://sqlcetoolbox.codeplex.com or over VS Add Extension.