Hi,
I need to read .txt file where I have id number like 1320905829 is the key and it has related records to this key. Like that I have a big txt file which is 26MB and almost 226000 records in it. To avoid any memory leaks what is the best way to handle reading a large .txt file in VB.net. Does any one has any sample code to deal this or any suggestions.
As the file grows what is the best way to handle this situation. some times the file can be more than 26MB too. It depends.
I need to read .txt file where I have id number like 1320905829 is the key and it has related records to this key. Like that I have a big txt file which is 26MB and almost 226000 records in it. To avoid any memory leaks what is the best way to handle reading a large .txt file in VB.net. Does any one has any sample code to deal this or any suggestions.
As the file grows what is the best way to handle this situation. some times the file can be more than 26MB too. It depends.