I'm a fan of data objects ( tdatabase / tdata ). Credit James Bott with introducing me to them and it makes my work so much easier.
Two capabilities missing from these classes is:
oDbf:CopyTo( oDbf2 ) which would allow us to copy all, or filtered, contents of an open data object to a new data file
and
oDbf:AppendFrom( oDbf2 ) which would allow us to append all, or filtered, records from a second database
Does anyone have these two functions now ? If not, I will work on them and provide them to Antonio for inclusion in tDatabase.
Tim