Delphi TQuery save to csv file
问题 I want to export content of a TQuery to a CSV file without using a 3d part component(Delphi 7). From my knowledge this can not be accomplished with Delphi standard components. My solution was to save the content in a StringList with a CSV format, and save it to a file. Is there any comfortable solution? PS:I don't want to use JvCsvDataSet or any component. Question is: can this be accomplished only with Delphi 7 or higher standard components? Thank you in advance! 回答1: Of course it can. You