Table2Text is a command line utility that exports data from any table to a text file via ODBC with high performance, handling thousands of records per second. Simply enter the command 'table2text.exe' followed by desired parameters, such as the ODBC data source name, table name, delimiter, and output file path.

What makes this utility truly exceptional is its great performance - it is able to process thousands of records per second, making even the largest data exports a breeze. With a simple and easy to use interface, this utility is accessible to even the most novice of users.
Usage is also incredibly easy, with a usage example provided as follows: table2text.exe DSN=ODBC_MS;TABLE=Orders1;DELIMITER=TAB;FILE=c:\tmp\1.txt. With this example, users can simply input their desired ODBC source and table, as well as their preferred delimiter and file location, and the utility will do the rest.
Overall, if you need a reliable and efficient way to extract data from a database, Command line utility is an excellent choice. Its exceptional performance and user-friendly design make it a top pick for businesses and individuals alike.
Version 2.2.0.0:
+ New 64 bit version was added
+ New options were added called QUOTE=";DELIMITER=,
- Minor bugs fixes