Big .CSV file reading issue in C# -


i try read .csv file using oledb connection , file.readallline("test.csv") give exception "out of memory exception" in both way.

my file approx 1,80,00,000 recores in file. file size max 2gb or more.

please me....


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

C# MVC AngularJS -

How to debug "expected android.widget.TextView but found java.lang.string" in Android? -