
Chyfo 1.7.1 - Converter exports data of any ODBC-accessible database to a text 
file. Release on December 7, 2000.
Copyright (c) 1999-2000 Ispire Software. All Rights Reserved.

This is a fully functional UNREGISTERED version for evaluation use only.

Usage: Chyfo.exe /D = DataSourceName [/U = UserName] [/P = Password]
		 /T = TableName or /S = SelectClause [/EXC = ExcludeColList]
		 [/OF = OutFormat] [/SROW = StartRow] [/CNROW = NumRows]
		 [/CMD = CmdFile] [/DIR = FileDir] [/N = OutNames]
		 [/R = RowsPrefetch] [/OPT = OptionsFile] [/REG] [/UNREG]
Options:
	/D     - Data source name (ODBC alias)
	/U     - User name
	/P     - Password
	/T     - Table name
	/S     - SELECT statement for the source database
	/EXC   - List of columns to be excluded from converting (default none)
	/OF    - Output format (default CSV)
		   CSV - Comma delimited (CSV) output format
		   FIX - Fixed positions output format
		   TAB - TAB delimited format
	/SROW  - Start row (default 1)
	/CNROW - Number of rows to be exported (default all rows)
	/CMD   - Type of the output command file (default none)
		   DB2 - for an IBM DB2 database
		   ORA - for an Oracle database
		   MSSQL - for a Microsoft SQL Server database
	/DIR   - Directory for the output files (default current)
	/N     - Name of the output files (default table name)
	/OPT   - Options file (default use command prompt only)
	/R     - Prefetch count (default 1)
	/REG   - Run for the registration
	/UNREG - Run for the unregistration
