Xquery 更新时出错 ( eXistdb)

发布于 2024-10-15 17:42:38 字数 79 浏览 3 评论 0原文

当我尝试将数据更新到数据库中时,我发现以下错误“XQuery 更新表达式无法应用于内存中节点。”...如何解决这个问题,任何人都可以帮助我...

when i am trying toupdate data into database i found following error'XQuery update expressions can not be applied to in-memory nodes.'...how to resolve this anyone help me....

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

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

发布评论

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

评论(1

阳光的暖冬 2024-10-22 17:42:38

我相信 eXist 上的文档明确指出更新不适用于内存节点。它仅适用于保留在数据库中的 XML。这是链接:

http://exist.sourceforge.net/update_ext.html

I believe the documentation on eXist clearly specifies that update doesn't work on in-memory nodes. It only works on XMLs that are persisted in the database. Here is the link:

http://exist.sourceforge.net/update_ext.html

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