Talk:How to write in-memory database applications in Lazarus/FPC

From Free Pascal wiki
Revision as of 11:27, 29 July 2011 by BigChimp (talk | contribs) (update)
Jump to navigationJump to search

TMemDataset deprecated?

According to Joost van der Sluis - 2010-07-22 12:14 in http://bugs.freepascal.org/view.php?id=13967

TMemDataset is deprecated and TBufDataset should be used instead.

Clarification by Michael van Canneyt on mailing list 29 July 2011 on whether it is deprecated:

No. The idea is that TMemDataset becomes a descendent of TBufDataset. It has some methods that make operation more simple.

Keeping this here for reference in case somebody else stumbles on the same entry in the bugtracker.

--BigChimp 11:27, 29 July 2011 (CEST)