On 07/09/2011, Reinier Olislagers wrote: > > I'm going to crawl back into my hole now and dream of proper CSV export > in FPC, something a certain database product has been able to do well > for quite some time ;)
I guess I missed some prior discussion about this. What exactly are you looking for? If you haven't yet, maybe take a look at tiOPF v2 [http://tiopf.sourceforge.net]. It has persistence layers for CSV, TAB etc file storage, including TDataset support. So it's quite easy to load something into a TDataset, then store it as a CSV or TAB delimited text file. Maybe that code could be of use to you. > With my sympathy to your former helldesk people, :-) -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
