query update autocomit
Posted: Mon 09 Mar 2020 15:26
Hello
I´ve a stores procedure that insert into a table and returns a value.
I´m executing it with
dm.TransEscritura.StartTransaction;
dm.Fb_CabPedido.Execute;
dm.TransEscritura.commit;
Works fine, but haw can I execute it without starttransaction?, whit Autoupdate:=true; the insert s not commited
thanks
I´ve a stores procedure that insert into a table and returns a value.
I´m executing it with
dm.TransEscritura.StartTransaction;
dm.Fb_CabPedido.Execute;
dm.TransEscritura.commit;
Works fine, but haw can I execute it without starttransaction?, whit Autoupdate:=true; the insert s not commited
thanks