Update Table from another table

Y

Yakimo

Hi

I am trying to append some records form tmpSource to tmpDest table using
datasets
My setup is the following:
- daSource - dataadapter for source table
- daDest - dataadapter for Dest table (containing select, update, delete and
append commands)
- dsSourceDest - generated dataset containing both Source and Dest table

I want ot read data from tmpSource and put it in tmpDest like that:

daSource.Fill(DsSourceDest1)MsgBox(DsSourceDest1.Tables("tmpSource").Rows.Co
unt)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top