Subject | Re: [firebird-support] Re: Explicit table lock |
---|---|
Author | Rafael Szuminski |
Post date | 2004-05-18T20:42:04Z |
> change it to perform all writes/reads inside of one transaction. ThisThis also depends on the isolation level. However, it might be easier to
> will allow the report to view only the information inside of the
> transaction--any other reports will not have access ot the data until
> the transaction is committed (before which point, as suggested
> elsewhere, delete the data).
generate the report data set on the fly in a stored procedure or if it's a very
complex report or a lot of work to rewrite add something like a user_id field to
the temp table.
Raf