[fpc-devel] Implementing a Dataset

Ludo Brands ludo.brands at free.fr
Mon Sep 3 14:19:32 CEST 2012


> But why would this be a better solution? TBufDataset is huge 
> ... it me it looks much harder to understand how it works and 
> subclass it then to attempt to start with empty methods and 
> see if implementing something on them will work.
> 
You can also take a look at rxmemds in the rx components (ccr). It is a
memory only dataset and a rather clean implementation. Much easier to
understand than tbufdataset. 

What is it you are trying to accomplish? A dataset that can be accessed from
java or the other way around, access an android integrated database
(sqlite?) over jni?

Ludo




More information about the fpc-devel mailing list