Page 1 of 1

query update autocomit

Posted: Mon 09 Mar 2020 15:26
by felixinasa
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

Re: query update autocomit

Posted: Wed 11 Mar 2020 10:50
by oleg0k
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.