I need write a very big file (about 100-150 mb) with Delphi. This file will be a CSV file or a SQL file (the user can choose it).
In the past I always use a TStringList object to write text files but in this case I have a very big file and I think this is not the best solution. I need a speed and low memory solution if possible.