4
Answers

keep insert same records

Hasibul Kamel

Hasibul Kamel

4y
572
1
hi wanna ask, why it keep inserting the same records in csv. I already have csv total row and already declare k=row.
 
var row = list.Count;
int k = row;
for (int i = k; i < columns.Length; i++)
{
insert command
}
 
Thank you
Answers (4)