[firebird-support] Commit in execute block?

2017-03-29 Thread jonatan.laurit...@yahoo.dk [firebird-support]
Hi! I am using Firebird 3 and I need to write one execute block statement which makes several alter table and update table commands, like: execute statement 'alter table accounts add balance double precision' execute statement 'update accounts set balance=previous_balance+10' etc. The problem i

Re: [firebird-support] Commit in execute block?

2017-03-29 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 29-3-2017 11:37, jonatan.laurit...@yahoo.dk [firebird-support] wrote: > I am using Firebird 3 and I need to write one execute block statement > which makes several alter table and update table commands, like: > > execute statement 'alter table accounts add balance double precision' > execute sta