Insert data into table witout committing the form
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