如何在 VS 2010 中查看 SQL Server Compact Edition 4 blob 数据
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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.