Subject Re: [firebird-support] Getting the last inserted row ID
Author Federico Tello Gentile
On Thu, 30 Sep 2004 14:01:29 +1000, Helen Borrie <helebor@...> wrote:
> It is valid ONLY if that user has exclusive access to the database. It is
> not a question of efficiency, it is a question of data integrity in a
> system that is designed to be used concurrently by more than one user.


But I'm using isc_tpb_concurrency,isc_tpb_nowait doesn't that ensure I
see the correct ID even if there are inserts in other transactions?