ORACLE APEX 关于使用更新/保存按钮的问题
我基于单个表创建了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的页面应该有一个“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:
Your process should include both Primary and Secondary Keys.