Hi all,

Two issues:
The RecNo in TBufDataset now counts from 0 to recordcount-1. If there's
no active record, it returns -1. But in Delphi (at least TIBQuery) it
counts from 1 to recordcount, and when there's no active record it gives
0.

I like the TBufDataset solution better. But should I change it to be
compatible with Delphi? Or could this be considered as 'TDataset
implementation-specific?'

Second issue is that if you do .append on an empty dataset, TBufDataset
immediately increases the recordcount and assigns a recno.
(Recordcount=1, recno=0)

But in Delphi, the recordcount is updated after the .post. The question
is again: should I make this Delphi-compatible, or not?

-- 
Met vriendelijke groeten,

  Joost van der Sluis


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to