******************************************************************************

 Analyse program "convdbtosql" 
 Purpose : Converts a DD binary or ascii DB to SQL format
 Usage   : convdbtosql [-batch -i NAME -f NAME -c -ver -h -?] 
------------------------------------------------------------------------------

 Options : 
 -i NAME : The DB is read from directory NAME 
 -f NAME : The DB is written to file NAME 
 -c      : The DB is cleaned by removing points from failed calculations 
 -batch  : Batch mode - no output to the screen 
 -r nignore : The DB entry nignore is removed 
 -mx nmaxrec : Write only the first nmaxrec records to the DB 
 -dbver I : DB version use is I (=1,2) 
 -ver    : Version information about the program.
 -h      : Print this help text. 
 -?      : Print this help text. 
------------------------------------------------------------------------------