ORACLE APEX 关于使用更新/保存按钮的问题

发布于 2024-09-30 19:28:08 字数 213 浏览 1 评论 0原文

我基于单个表创建了一个 APEX 页面,然后由另一个带有要查询的字段值的 APEX 页面调用该页面。 该页面显示记录,该记录有一个由 2 个字段组成的主键。 当我使用“更新/保存”按钮时,它似乎没有更新数据,尽管它没有返回任何错误。 这在其他 APEX 页面上工作正常,这些页面基于具有单个字段主键的表。

我希望任何遇到类似问题并找到解决方法的人能够提供解释/解决方案。

提前致谢

I've created an APEX page based on a single table, which is then called by a another APEX page with a field value to be queried.
The page displays the record, which has a Primary Key consisting of 2 fields.
When I use the Update/Save button, it appears not to update the data, though it does not return any errors.
This works OK on other APEX pages where they are based on Tables with a single field Primary Key.

I would appreciate an explanation/solution from anyone who has had a similar problem and found a workaround.

Thanks in advance

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

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

发布评论

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

评论(1

倾城泪 2024-10-07 19:28:08

您的页面应该有一个“Process Row of MYTABLE”进程。查看该流程的详细信息,您会发现它具有以下属性:

  • 包含主键列值的项目
  • 主键列
  • 包含辅助键列值的项目
  • 辅助键列

您的流程应该包括主键和辅助键。

Your page should have a "Process Row of MYTABLE" process. Have a look in the details of the process, you'll find that it has the following attributes:

  • Item Containing Primary Key Column Value
  • Primary Key Column
  • Item Containing Secondary Key Column Value
  • Secondary Key Column

Your process should include both Primary and Secondary Keys.

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