Hi
My asp code has to read a .txt file which is approx 3 MB in size.
The data on each line has to be filtered into a database.
I am reading the file line by line and using the mid function to separate the data.
This takes such a long time that IE stops responding.
Does anyone have any ideas , abt how to make the process faster?
Any ideas appreciated.
My asp code has to read a .txt file which is approx 3 MB in size.
The data on each line has to be filtered into a database.
I am reading the file line by line and using the mid function to separate the data.
This takes such a long time that IE stops responding.
Does anyone have any ideas , abt how to make the process faster?
Any ideas appreciated.