如何在 VS 2010 中查看 SQL Server Compact Edition 4 blob 数据

发布于 2024-12-06 08:48:57 字数 127 浏览 1 评论 0原文

我有一个 SQL Server CE 4.0 表,其中有一个文本 blob 字段 (ntext)。当我在 VS 2010 SP1 中浏览数据时,ntext 字段不显示任何数据。

有没有办法在VS 2010中查看blob数据?

I have a SQL Server CE 4.0 table that has a text blob field (ntext). When I browse the data in VS 2010 SP1 the ntext field does not show any data.

Is there any way to view the blob data in VS 2010?

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

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

发布评论

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

评论(1

酒绊 2024-12-13 08:48:57

使用 VS 2010 SP1 中的“显示表数据”将 Ntext 数据显示为文本,但图像数据显示为“二进制数据”。 SQL Server Compact 工具箱可以使用“编辑表数据”功能来显示图像。

Ntext data is displayed as text using Show Table Data in VS 2010 SP1, but image data is displayed as "Binary Data". The SQL Server Compact Toolbox can display images with the "Edit Table Data" feature.

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