px2sql(1)
| PX2SQL(1) | PX2SQL(1) |
NAME
px2sql - Read Paradox file and dump the records in sql format
SYNOPSIS
px2sql [ -h | --help ] [ -i | --info ] [ -o FILE | --output-file=FILE ] [ -n FILE | --primary-index-file=FILE ] [ -r ENCODING | --recode=ENCODING ] [ --tablename=NAME ] [ --delete-table ] [ --skip-schema ] [ --use-copy ] [ --short-insert ] [ --set-sql-type=SPEC ] [ --empty-string-is-null ] [ FILE ]
DESCRIPTION
This manual page documents the px2sql command.
px2sql reads Paradox files and dumps each record in sql format. The resulting file will contain all sql statements to delete an existing table (only if --delete-table is passed), create a new table, create all indexes, and insert all records. px2sql is equivalent to pxview(1) when called with the option -s.
OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
For a detailed description of all options see the man page of pxview(1).
SEE ALSO
pxview(1), pxwrite(1), recode(1), iconv(1)
AUTHOR
This manual page was written by Uwe Steinmann <<uwe@steinmann.cx>>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
| April 29, 2003 |
