(Windows Program 3.1 or higher)
(02-17-1999 5:24pm TXT2SQL.EXE)
TXT2SQL is a windows-based utility for creating a new database table based
on data received as a tab-delimited or comma-delimited text file.
TXT2SQL also analyzes the data files and shows at a glance:
File Type
Data Size (size of the data itself with delimiters)
Row Count
Column Count (and whether the column count varies)
You may load or partially load a text file to discover it's layout.
The columns of the file are automatically analyzed to determine which
database field type is required. This information is displayed in a grid.
After analyzing a text file, you may optionally generate an ANSI SQL
statement which may be used with any ANSI standard SQL database to store
the data.