Subject Slow Speed?
Author Ronny Bengtsson
Hi,

I have on my TIBOTables the property "FetchWholeRows := False" because the
database performance is much better on the slow ISDN connection I'm doing
the test run on.
But when I do that I have problems to edit or insert new rows (I think it
because they are not fetched).
I have made an workaround for that with using the property "CachedUpdates :=
True" is this the correct way to handle the problem with slow connection and
"FetchWholeRows" or is there any better way (I suppose there is).

I need to use the TIBO table for a while.

/Ronny