Hasibul Kamel

Hasibul Kamel

  • NA
  • 44
  • 3.8k

keep insert same records

Sep 13 2020 9:03 PM
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)