Re: How to "append" a datatable?

Tech-Archive recommends: Speed Up your PC by fixing your registry




+Vice schrieb:

I have found that if you don't invoke Table.Clear then the DataAdapter will
append data to it. Interestingly, however, if it were the same records,
then the records get replaced. If this doesn't work for you, try creating
the dataset as a file in the project and load data to it, that's how I do
it.

cool thank you for the hint!

Christian

.