Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hallo,

I have problem to marge 2 dataview into 1, i was try with this code

VB
Dim dvSaldo as DataView
Dim dvTempSaldo as Dataview


in the first looping Condition dvSaldo don't have the data and dvTempSaldo have 100 data, I want to marge dvSaldo with dvTempSaldo and I use this code
VB
dvSaldo.Table.Marge(dvTempSaldo.Table)


and in second looping, dvTempSaldo have 200 data, when I marge dvSaldo with dvTempSaldo again with the same code, I think dvSaldo must have 300 data,

but in my problem, my second dvSaldo after marge is replace dvSaldo, and then dvSaldo just have 200 data and the first 100 data is lose.

please help me..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900