406 Subj : Re: ADO Problem for "Append" and "Recordcount" To : borland.public.cpp.borlandcpp From : Nathaniel L. Walker Date : Sat Nov 27 2004 01:51 am direct this question to the newsgroup "borland.public.cppbuilder.database.ado". This one is for the 1997 Borland C++ 5.0x compiler. "Alex" wrote in message news:41a80dce$1@newsgroups.borland.com... > 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 > > . 0