Subject | Re: [IBO] Please help - can CommitAction := caFetchAll solve it? |
---|---|
Author | Lester Caine |
Post date | 2004-04-21T11:25:49Z |
Andreas Bednarek wrote:
in place of it, just create the SELECT xxx FROM yyy using the IBO tools.
This can then be 'filtered' as required to reduce the number of records
looked at. IBO will normally buffer what is has already seen, with
RefreshKeys basically marking all records to be reloaded from the
database when IBO needs to use them.
( Helen explains this better then me :( )
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> Uhh, does that mean TIBOTable.Open creates a view in the database? I wouldTIBOTable is just a simple wrapper. You SHOULD be able to use TIBOQuery
> expect that for TIBOQuery... (I'm not very experienced how exactly views
> work so I hope I don't mess the terms now...) However, it seems that things
> are getting complicated, as I said in my previous post, refresh over a large
> dataset (view?) drastically decreases performance so I probably can't use
> it... :-(
in place of it, just create the SELECT xxx FROM yyy using the IBO tools.
This can then be 'filtered' as required to reduce the number of records
looked at. IBO will normally buffer what is has already seen, with
RefreshKeys basically marking all records to be reloaded from the
database when IBO needs to use them.
( Helen explains this better then me :( )
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services