Página 1 de 1

DBBrowse question

Publicado: Jue Abr 28, 2011 8:51 am
por FRANK[1]
Hi,
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank

DBBrowse question

Publicado: Jue Abr 28, 2011 10:13 am
por ignacio
FRANK[1 escribió el jue, 28 abril 2011 08:51]Hi,
someone can tell me the difference between Insert and Append
I am using TDBbrowse with DBF and insert method produces the same effect as
the Append method.
someone can tell me if you can insert a record between two others in a DBF
file?
Frank
Absolutely no difference. But it works nicely with TArrayBrowse. Keep in mind that those methods are declared on its base class TBrowse.
Regards,