Subject Speed
Author Jose Gomez
Hi, I've detected that with an TIBOTable, the Append method takes a long
time (2 seconds), which is dramatically reduced if the FetchWholeRows is
'false'.

Now, the post method is really slow... even with the FetchWholeRows on
false.

I'm just appending two or three records on one table and 1 on another, no
datasources attached, no events are defined.

Any ideas?