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

 Analyse program "convdbfromsql" 
 Purpose : Converts an SQL DB to ascii format
 Usage   : convdbfromsql [-batch -i NAME -c -ver -h -?] 
------------------------------------------------------------------------------

 Options : 
 -i NAME : The DB is in directory NAME 
 -b      : The DB is written as binary (default ascii)
 -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 
 -k      : The DB file is not deleted (default: it is)
 -ver    : Version information about the program.
 -h      : Print this help text. 
 -?      : Print this help text. 
------------------------------------------------------------------------------