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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Sep 16, 2020, 11:40 PM
Darshan ShahPosted Sep 14, 2020, 8:55 AM
Nisha RegilPosted Sep 14, 2020, 1:21 AM
Rajanikant HawaldarPosted Sep 13, 2020, 10:50 PM