Subject | Re: [IBO] Editing data from a SP |
---|---|
Author | TeamIBO |
Post date | 2002-01-12T00:44:28Z |
> SELECT Model, Operation, ...This is a known problem and it currently means that making stored
> FROM TheSP (:MODEL, :OPERATION)
> I'm wondering if there is any way to teach IBO to take advantage of
> this when it needs to refresh a single record. With other engines
> there is some kind of RefreshSQL to do that, but I did not find
> something similar in IBO. Given that the SP does compute some
> values, I'd like to refresh a single row whenever it changes, maybe
> using the BufferSynchroFlags...
procedures editable in IBO is often limited to small result sets (so
you can efficiently refresh the entire selection if you need to
see side-effect changes on a single record).
Jason and I have discussed providing exactly the sort of feature that
you describe (RefreshSQL or SelectByKeySQL), but this turns out to be
quite a complicated change - so it has not been attempted yet.
Not sure if/when such a change will be attempted.
--
Geoff Worboys - TeamIBO
Telesis Computing