Dynamics Axe 中的字段类型

发布于 2024-09-01 18:17:51 字数 67 浏览 4 评论 0原文

是否可以在 Dynamics 字段中存储二进制信息?例如,我想在 Dynamics 数据库中存储 MS Word 文档。

Is it possible to store binary information in a Dynamics field? For example, I'd like to store an MS Word document inside the Dynamics database.

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

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

发布评论

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

评论(1

執念 2024-09-08 18:17:51

是的,向表中添加一个容器字段,然后使用 BinData Class 读取文件并将数据转换为容器。有关此示例,请查看标准文档处理功能如何在表方法 DocuValue.writeDocuValue() 中将文件存储在数据库中,或者查看图像文件如何存储在 CompanyImage 中 形式。

Yes, add a container field to the table, then use the BinData Class to read the file and convert the data to a container. For an examples of this, look at how the standard Document handling feature stores files in the database in the table method DocuValue.writeDocuValue(), or look at how image files are stored in the CompanyImage form.

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