Andreas Pflug wrote:
> Thanks, I appreciate the compliments. It proves that I implemented it
> smoothly. You might notice a delay it when you're connected to the
> server over a slow line.
>
> Look at the code if you don't believe that data is really loaded on
> demand. Every time a row is touched that's not in the cache
> (!line->cols), sqlTable::GetValue will consult the Dataset for the
> column values of that row.
Indeed it seems perfect to me.
A very nice piece of work !!!
Regards, Claus