An application that exports data from any table via ODBC to a csv file

Table2Text is an easy-to-use command line utility that can export data from any table via ODBC into a text file.
It can export thousands of records per second
Usage example:
table2text.exe DSN=odbcdsn;USER=username;PASSWORD=password;TABLE=table_name;FILE=c: est.csv



