Subject Re: TIBOTable refreshing problem
Author Kurt Bilde
Hi All !

My code draws heavely upon TTable.RecordCount. It seems like my problem with the refreshing is due to the fact that TTable.RecordCount returns 0 and not 1 after the record have been inserted. So the refresing problem is now narrowed down to problems with TIBOTable.RecordCount.

Is this a bug?

-Kurt