Help for this page

Select Code to Download


  1. or download this
    Usage: mdbget -db database -s 'select sql' [options] [query_param.list
    +]
            or:  [-db database] -f sql.file    [options] [query_param.list
    +]
    ...
           "-w keep" make no alterations to white space at all
    
     query_param.list is needed if sql contains "?" placeholder(s) for par
    +am(s)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        }
        print join( $sep, @cols ) . "\n";
    }