
SOLID Data Dictionary Sample                            datadefs.txt
--------------------------------------------------------------------

soldd  - SOLID Data Definition List program. Creates data definition 
         statements from a SOLID database.


To run a sample data definition extract:
----------------------------------------

1. Start your SOLID Server.

2. Start exporting using the following command line:
 
   soldd "shmem solid" dba dba

   The username and password are assumed to be 'dba'. 

   The output of a succesful export will be:

   SOLID Data Dictionary v.02.20.0007
   (C) Copyright Solid Information Technology Ltd 1993-1997
   fetching definitions: <your_table1>
   fetching definitions: <your_table2>
   fetching definitions: <your_table3>
   ...
   fetching definitions: <your_tableN>
   Data dictionary list completed succesfully.