You can use the dbschema utility for the following purposes:
When the GLS environment variables are set correctly, as the IBM Informix: GLS User's Guide describes, dbschema can handle foreign characters in Dynamic Server 9.40, 9.30, 9.2x, 7.3x, or 7.24; Dynamic Server, Linux Edition 7.3x; or Workgroup Edition 7.3x or 7.24.
You can use delimited identifiers with the dbschema utility. It detects database objects that are keywords, mixed case, or that have special characters, and places double quotation marks around them.
You can use the dbschema utility to get the schema of a database and redirect the dbschema output to a file. Later, you can feed this file to DB–Access to re-create the database.
The dbschema output supports object modes and violation detection, as follows:
You can use the output of the utility as input to create another database. If the same names were not used for not-null constraints in both databases, problems could result.
For more information about object modes and violation detection, see the SET, START VIOLATIONS TABLE, and STOP VIOLATIONS TABLE statements in the IBM Informix: Guide to SQL Syntax.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]