MySQL Forums
Forum List  »  Informix

Re: dbschema
Posted by: Devesh Patel
Date: June 08, 2005 09:57AM

Hi Bob,
Informix DBSCHEMA utility will provide you database schema.
It is very simple to use
dbschema -d <databasename> <outputfile name>

For example you want to see all tables definations in 'stores' database

dbschema -d stores

If you want to capture all tables definations in 'stores' database in 'stores.sql' file:

dbschema -d stores ./stores.sql

for more information on dbschema and other informix utilities please refer to IBM website: http://www-306.ibm.com/software/data/informix/

They also have online manuals on their web site.

Hope this helps.

Devesh Patel, Senior Consultant
MySQL Inc.
Get More with MySQL! http://www.mysql.com/consulting

Options: ReplyQuote


Subject
Views
Written By
Posted
12610
June 08, 2005 09:20AM
Re: dbschema
11106
June 08, 2005 09:57AM
7962
September 14, 2005 07:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.