Subject IBO TTable replacement ?
Author luis forra
Does IBO have a TTable replacement with suport for
FindKey,
FindNearest (using two cursors "SELECT PK,... WHERE PK < :LK ORDER BY
PK DESC" and "SELECT PK,... WHERE PK >= :LK ORDER BY PK") ,
GoBottom ( using "SELECT PK,... ORDER BY PK DESC") ?

Best regards

Luis Forra
---