Subject How to use commit in transaction
Author nas
I have create stored procedure (in FB 1.5 RC5), but i have a problem when i
insert into two table (table_1 and table_2) in one procedure
because table_2 has field that dependent on table_1 (primary key field)
how to use commit after first insert ?