Hi got a problem with some transactions i hope someone kan show me a workaround
If got the following sql code
begin transaction A
DO SOMETHING
begin transaction b
insert test values ("AAAA") -- Please keep
commit transaction b
DO SOMETHING MORE
rollback transaction a
Is there a way to keep the the insertet line in the table test?
Kind regards
3270
If got the following sql code
begin transaction A
DO SOMETHING
begin transaction b
insert test values ("AAAA") -- Please keep
commit transaction b
DO SOMETHING MORE
rollback transaction a
Is there a way to keep the the insertet line in the table test?
Kind regards
3270