数据库 null 在soap xml 中作为字符串 null 返回

发布于 2024-09-18 13:12:54 字数 108 浏览 3 评论 0原文

我将 Livecycle 用于 Web 服务层。

如果数据库中存在空值,则节点中将包含字符串“null”。

如何确保从节点中删除“空”值,并判断节点的值是否真的为“空”?

I'm using Livecycle for a web service tier.

If there is a null in the database, the nodes have a string 'null' in them.

how can I make sure that I strip out the 'null' values form the nodes and also tell if the value of the node is really 'null'?

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

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

发布评论

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

评论(1

归属感 2024-09-25 13:12:54

IsNull('','') 已添加到 SQL 中。这样数据库就会捕获真正的 db null 并将其设为空白。

IsNull('','') is added to the SQL. That way the database catches the true db null and makes it a blank.

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