| Subject | Re: [IBO] Preventing Refresh with IBOQuery | 
|---|---|
| Author | rnagle@yahoo.com | 
| Post date | 2001-03-07T15:27:16Z | 
> Bind the source query to a txn with isolation tiConcurrencyand bind the
> target query to a transaction with isolation tiCommitRetaining.Start the
> two txns, do your procedure and commit the txns.the same
> Hints:
> - TIB_Datapump is for those tasks but in this case you can fall in
> loopTIB_DSQL
> - Maybe you will go slightly faster replacing the target query by a
> component.Thanks very much for help, it worked a treat.