SQL Server CE 4 的数据库图表工具

发布于 2024-10-16 12:17:14 字数 219 浏览 4 评论 0原文

尽管 VS2010 中有用于输入数据、针对 SQL CE4 数据库编写查询等的 GUI 工具,但似乎没有一种方法可以在图中可视化数据库。

所以我的问题是

A) 我是否错过了 VS2010 sql Server CE4 工具中的某些内容

b) 我可以使用 SMSS 绘制 SQL CE4 数据库图表吗?我已经尝试过,但它不允许打开数据库。有可用的插件吗?

谢谢。

Although there are GUI tools in VS2010 for entering data, writing queries etc against a SQL CE4 db, there doesn't appear to be a way to visualise the database in a digram.

So my Questions are

A) Have i missed something in VS2010 tools for sql Server CE4

b) Can i use SMSS to Diagram SQL CE4 databases. I've tried it but it wouldn't allow open the db. Is there a plugin available?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

山川志 2024-10-23 12:17:14

Microsoft 没有为 SQL Server Compact 4 提供图表工具,您可以尝试我的 VS 2010 加载项 http://sqlcetoolbox.codeplex.com (创建数据库图表)或来自 http://www.primeworks-mobile.com 的数据端口控制台

Microsoft does not supply a diagramming tool for SQL Server Compact 4, you could try my VS 2010 add-in http://sqlcetoolbox.codeplex.com (Create Database Graph) or the Data Port Console from http://www.primeworks-mobile.com

鹤仙姿 2024-10-23 12:17:14

实际上,VS 中有一个用于 SQL CE 的图表工具,但很难找到。

我只在 VS 2012 预览版中尝试过此操作,但它可能适用于旧版本 - 请在评论中畅所欲言。

获取方法如下:

在“服务器资源管理器”中创建到 SQL CE 数据库的正常连接。 (没有可见的图表选项...)

然后右键单击表格 -> “显示表数据”...等待...

按 Ctrl-1。

TA-DA!!

或者,右键单击在带有表格数据的窗口中,然后从上下文菜单中选择“窗格”。 (我知道,“窗格”!?)

最后,从“窗格”子菜单中单击明显的选择 - “图表”。

就这样,你就有了。

设计器窗口

Actually, there IS a diagramming tool for SQL CE right into VS, but it's hard to find.

I only tried this in VS 2012 Preview, but it might work in older versions - please speak up in the comments.

Here's how to get to it:

In 'server explorer' create a normal connection to the SQL CE database. (No diagramming options are visible...)

Then right-click a table -> "Show table data"... Wait for it...

Hit Ctrl-1.

TA-DA!!

Alternatively, Right-click in the window with the tabular data and choose "Pane" from the context menu. (I know, 'Pane' !?)

Finally, from the 'Pane' submenu click the obvious choice - "Diagram".

There you have it.

Designer window

柒七 2024-10-23 12:17:14

SDF Viewer 现在能够为 SQLCE 数据库创建数据库图表

SDF Viewer is now able to create database diagrams for SQLCE databases

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文