How to export Delphi BDE Paradox *.db Query Result to a text file? e.g. I use SQL Explorer or Database Dekstop in Borland Delphi and the query like : SELECT * FROM mst_employee;
and I want the result of the query in a text file say mst_employee.txt something like :
employee_code;name;status;
001;Andi;1;
002;Budi;2;
003;Carli;3;
Thanks before