Subject | Re: [firebird-support] Other doubts with transactions |
---|---|
Author | Salvatore Besso |
Post date | 2004-05-11T21:54:03Z |
hello Martijn,
using IBO 4.3Aa (native components). To summarize all what you have
said I think that the best thing to do is to use explicit
transactions, unless there is only one cursor to work with:
1. One separate explicit transaction for every cursor
to open (and browse)
2. A second explicit transaction to make changes to
the above cursors
I hope that this is the right way :-)
Regards
Salvatore
> Well, that depends. If you have multiple cursorsthank you for your exaustive reply. To be more clear, I'm actually
> all using the default transaction, then when does
> the default transaction gets committed?
using IBO 4.3Aa (native components). To summarize all what you have
said I think that the best thing to do is to use explicit
transactions, unless there is only one cursor to work with:
1. One separate explicit transaction for every cursor
to open (and browse)
2. A second explicit transaction to make changes to
the above cursors
I hope that this is the right way :-)
Regards
Salvatore