views:

3

answers:

0

How to make transaction using IB Expert? I need a manual or something like

begin transaction
create table someTable(a int,b int)
insert into someTable values(1,2)
insert into someTable values(3,4)
commit transaction

but working in Firebird to see the syntax.