开发者

How to cancel the insertion of records (create_record;) in Oracle Forms? Like a cancel button

开发者 https://www.devze.com 2023-04-01 09:06 出处:网络
I\'m having a problem in cancelling a DML. I\'m a beginner in PL/SQL, sorry. My program is this. In runtime, there\'s an add button where you can add records. but what if I pressed the add button, a

I'm having a problem in cancelling a DML. I'm a beginner in PL/SQL, sorry.

My program is this. In runtime, there's an add button where you can add records. but what if I pressed the add button, and decided to cancel it. so there must be a cancel button to cancel the operation. but i'm confused about the statement. Anyone knows what to write in the cancel button? its like cancelling the开发者_JS百科 operation of create_record. Thanks!


I would probably try CLEAR_RECORD;

0

精彩评论

暂无评论...
验证码 换一张
取 消