[fpc-devel] Bug 5049: Record insert at eof in TSQLQuery

Martin Schreiber fpmse at bluewin.ch
Tue Apr 25 16:47:33 CEST 2006


More exact formulation:

TSQLQuery.Last;
TSQLQuery.Insert;
TSQLQuery.Post;

The new record is not the last record.
It is at the same position as if

TSQLQuery.Last;
TSQLQuery.Prior;
TSQLQuery.Insert;
TSQLQuery.Post;

Martin



More information about the fpc-devel mailing list