Append and Delete for Updatebatch

From: Alex (a_at_a.com)
Date: 11/27/04


Date: Sat, 27 Nov 2004 13:16:35 +0800

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