Subject | Re: [firebird-support] Re: Performance when deleting a lot of records, again |
---|---|
Author | Ann W. Harrison |
Post date | 2005-04-07T14:57:17Z |
Gili Buzaglo wrote:
commit the transaction.
Regards,
Ann
> Can this be the reason:Closing the statement isn't enough. You have to be certain you actually
> I have the following scenarion:
> 1) A connection is open and I have read query run on it.
> 2) I perform a write query through another connection.
> 3) I commit the write query
> 4)I close the statement of the read query.
> Can it be because step 3 is before step 4 ?
commit the transaction.
Regards,
Ann