Subj : ADO Problem for "Append" and "Recordcount" To : borland.public.cpp.borlandcpp From : Alex Date : Sat Nov 27 2004 01:17 pm Dear all, I am now using c++ builder with ADO to create a software. I have to update Updatebatch function to update the records. However, I get some trouble for using updatebatch. User can use "Append" and "Delete" to store the data. When the program start, the recordcount properties for the dataset is 0, however, after I use "Append" to insert a new records in the database, the recordcount is still 0!!! However I can use ado.delete function to delete that appended line without any errors. I want to know what's wrong with the Append and the Recordcount. Thank you for all of your help. Alex .