Subject Re: [firebird-support] Inserting 100's of thousands from a SP
Author buppcpp@yahoo.com
""Ivan Prenosil"" <Ivan.Prenosil@...> wrote in message
news:<031601c583c3$48f22fa0$0b0110ac@prenosil>...
> It is just result of the fact that uncommitted data are not visible
> to other transactions. (or that committed data are not visible
> to shapshot transactions started before that commit).
> The only way how the server can decide whether particular
> record version is visible to your transaction is to look
> at that record version.

I thought I read somewhere about savepoints.
Does this exist in 1.5.2 and does this allow you to commit some of your
data?

Thanks
Bupp