

SOLID Export Sample                                       export.txt
--------------------------------------------------------------------

solexp  - SOLID Export program. Exports data from a SOLID database
	  to ASCII files. Also a control file is generated for 
	  importing the data with SOLID Speedloader.


To run a sample export:
-----------------------

1. Start your SOLID Server.

2. Start exporting data using the following command line:
 
   solexp "shmem solid" dba dba sys_tables

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

   The output of a succesful export will be:

   SOLID Export v.02.20.0007
   (C) Copyright Solid Information Technology Ltd 1993-1997
   108 rows
   Export completed succesfully.

   The following files are generated:
   sys_tabl.ctr
   sys_tabl.dat

