Merging DataSets and committing changes + help please.
-
Hi Friends, I want to merge to dataset i.e ds1 into ds2 and commit changes in ds2. I managed to merge but its not commiting changes Any help Please?
Naveed Kamboh Complexity kills, Write easy code for your self. Cash-time
-
Hi Friends, I want to merge to dataset i.e ds1 into ds2 and commit changes in ds2. I managed to merge but its not commiting changes Any help Please?
Naveed Kamboh Complexity kills, Write easy code for your self. Cash-time
-
I guess I didn't explain my problem v.well. Basicaly i have 2 data bases each datbase got 1 table with same schema. first database table has got 20 rows while 2nd Database has got 5 records I want to insert other 15 records from first database to 2nd database I opened two connection connectino 1 and Connection with databaeses respectively and filled 2 DataSets ds1 and ds2 respectively. I am merging datasets as ds2.Merger(ds1); its showing 20 records in ds2 also but its not updating those records in Databaset it showin in debugging mode only. How can I update those to database. thanks.
Naveed Kamboh Complexity kills, Write easy code for your self. Cash-time