On Sat, 01 Apr 2006 18:33:10 -0300 Luiz Americo Pereira Camara <[EMAIL PROTECTED]> wrote:
> >> And what about recno? Just define it as -1, or do a quick count to get > >> the current record number? > >> > Take a look at TCustomSqliteDataset implementation. In its > implementation a count is done each time. > > Store the recno with/in the linked list entry ? > > > > > It has two drawbacks: increase memory usage and when inserting, deleting > all following records must be updated. An array of records has the same problem, no ? So these are not drawbacks IMHO. Micha _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
