query update autocomit

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
felixinasa
Posts: 7
Joined: Sat 05 Apr 2014 07:39

query update autocomit

Post by felixinasa » 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

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: query update autocomit

Post by oleg0k » Wed 11 Mar 2020 10:50

In order to get a detailed answer, please compose a small sample demonstrating the specified behavior and send it to us using the contact form https://devart.com/company/contactform.html including scripts for creating and filling database objects.

Post Reply