Hi all,
I am parsing a relatively large text file, and I need to split the information into various fields, and then insert the parsed data into a database.
At the moment, I have the parsing bit working fine, and I create an array to temporarily hold all the information - this is a 2-dimension...