DBLOADER(1) (dbloader 1.4) DBLOADER(1) NAME dbloader, dbunloader - generates "load/unload" statements SYNOPSIS dbloader -d dbname [-t tabname] [-e] [filename] dbunloader -d dbname [-t tabname] [-s [-l]] [-e] [filename] DESCRIPTION Dbloader will generate SQL "load" statements for Informix database tables. Dbunloader will generate SQL "unload" statements for Informix database tables. If the optional filename is not specified, stdout is used. OPTIONS -d database name -t table name -s generates additional SQL statements for shared table locking (dbunloader only) -l generates even more SQL statements for databases with transactions (available only with the -s option) -e explode the SQL statements to show all columns filename is the name of the file that the SQL statements go in NOTES Dbloader requires that an Informix database engine be installed on the machine running it. If a table name is not specified, the entire database is used. Wild-card characters may be used in the table name if desired. SUPPORT Send bug reports to Dave Snyder Page 1 (printed 3/6/03)