This is a discussion on Extract the DDL of my informix tables within the Informix forums, part of the Database Server Software category; --> Hi, do you know the command in Informix to only extract the DDL of my informix tables ? I ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On 18 Jul 2003 06:17:31 -0700, david.marois@telus.com (David M.) wrote: >Hi, do you know the command in Informix to only extract the DDL of my >informix tables ? >I don't want to use dbexport or myexport. Something else ? > All you want is the schema of the table and associated objects (indexes and such)? Try 'dbschema' . . . . |
| ||||
| On Fri, 18 Jul 2003 09:17:31 -0400, David M. wrote: dbschema or myschema if you already have my package. Art S. Kagel > Hi, do you know the command in Informix to only extract the DDL of my > informix tables ? > I don't want to use dbexport or myexport. Something else ? > > Thanks ! > > David |