GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mdb-schema(1) Executable programs or shell commands mdb-schema(1)

mdb-schema - Generate schema creation DDL

mdb-schema [options] [-T tablename] [-N prefix] database [backend]
mdb-schema -h|--help
mdb-schema --version

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.

Single table option. Create schema for this table only. Default is to export all tables.
Prefix identifiers with namespace.
Issue DROP TABLE statement.
Don't issue DROP TABLE statement. This is the default.
Issue NOT NULL constraints. This is the default.
Don't issue NOT NULL constraints.
Issue DEFAULT values.
Don't issue DEFAULT values. This is the default.
Issue CHECK <> '' constraints.
Don't issue CHECK <> '' constraints. This is the default.
Issue COMMENT ON statements with column/table descriptions. This is the default, but it's not supported by all backends.
Don't issue COMMENT ON statements.
Export INDEXes. This is the default.
Don't export INDEXes.
Export foreign keys constraints. This is the default.
Don't export foreign keys constraints.
Print the mdbtools version and exit.
Specifies target DDL dialect. Supported values are access, sybase, oracle, postgres, mysql and sqlite. If not specified the generated DDL will be in access format.

Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).
Defines the output charset to use for the SQL file. Default is UTF-8. mdbtools must have been compiled with iconv.
Colon-separated list of options:
  • debug_like
  • debug_write
  • debug_usage
  • debug_ole
  • debug_row
  • debug_props
  • debug_all is a shortcut for all debug_* options
  • no_memo (deprecated; has no effect)
  • use_index (experimental; requires libmswstr)

mdb-schema first appeared in MDB Tools 0.1.

mdb-array(1) mdb-count(1) mdb-export(1) mdb-header(1) mdb-hexdump(1) mdb-import(1) mdb-json(1) mdb-parsecsv(1) mdb-prop(1) mdb-queries(1) mdb-sql(1) mdb-tables(1) mdb-ver(1)

The mdb-schema utility was written by Brian Bruns and others.

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.

03 July 2025 MDBTools 1.0.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.