Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert data into table witout committing the form

user585481Jul 13 2010 — edited Feb 18 2011
Hi

I want to insert a row into the table through form without committing the form.

I have written code as "INSERT INTO table_name (column_name) VALUES (:blk.block_item);

only for this data is not getting inserted into the table, if I give COMMIT then data is getting inserted but entire form is getting committed which is not required at this stage.

Please help me how to do this.

Regards,

Tulasigiri
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2011
Added on Jul 13 2010
6 comments
1,080 views