How to Shop Displaying Oracle Messages ?
Q1.
Using Oracle 10g Forms. Whenever I use Commit_Form, the Oracle System displayes "Transaction complete: 1 record records applied and saved" kind of message. I am showing my own message, so how to stop it?
Q2.
I am using a "commit" statement in my "when-Button-Pressed" event (after a SQL Update Statement). Again, I see a "nothing to save" oracle message. Although, the table gets updated I use in my SQL UPDATE.
How to stop oracle from trying to save the entire form when I want to save a table only? And how to stop showing the message?