mdbtools/doc/mdb-schema.txt
brianb 320f03c401 added man pages for utils.
lots of gmdb2 work.
added statistics collection.
2003-01-05 14:57:50 +00:00

26 lines
925 B
Plaintext

NAME
mdb-schema - Generate schema creation DDL
SYNOPSIS
mdb-schema [-T <table>] <database> [<backend>]
DESCRIPTION
mdb-schema is a utility program distributed with MDB Tools.
It produces DDL (data definition language) output for the given database. This can be passed to another database to create a replica of the original access table format.
OPTIONS
-T Single table option. Create schema for this table only.
backend Specifies target DDL dialect. Supported values are access, sybase, oracle, and postgres. If not specified the generated DDL will be in access format.
NOTES
HISTORY
mdb-schema first appeared in MDB Tools 0\.1
AUTHORS
The mdb-schema utility was written by Brian Bruns
BUGS
Relationships and other features may not be supported by all databases.
Access datatypes are mapped to their closest counterparts in the target backend. This may not always yield an exact fit.