[fpc-pascal] Re: Using TSdfDataset
Michael Van Canneyt
michael at freepascal.org
Sat Sep 6 21:39:06 CEST 2008
On Sat, 6 Sep 2008, Felipe Monteiro de Carvalho wrote:
> Thanks! It works!
>
> But I am confused as to why the previous code didn't work, specially
> considering that it worked perfectly with the sqlite dataset.
>
> I assume that RecNo does not work with the Sdf dataset.
RecNo or MoveTo is never guaranteed to work. The only guaranteed navigation
methods are Prior, Next First and last, and normally Bookmark.
And even so, on unidirectional datasets, only next and last may work.
Michael.
More information about the fpc-pascal
mailing list