B
Bonzol
Hey there, just starting out using data tables, can anyone tell me how
to combine 2 tables?
Ive tried just coyping the info from 1 table to another, which both
have exactly the same table layout
data is a datatable
data1 is a datatable
data.Rows.Add(data1.Rows(0).Item(0))
but it dosnt work, can anyone tall me what im doing wrong?
to combine 2 tables?
Ive tried just coyping the info from 1 table to another, which both
have exactly the same table layout
data is a datatable
data1 is a datatable
data.Rows.Add(data1.Rows(0).Item(0))
but it dosnt work, can anyone tall me what im doing wrong?