Help for this page

Select Code to Download


  1. or download this
    mdb-export -d , file.mdb tablename | gzip -9 -c > file.csv.gz
    
  2. or download this
    use IPC::Open2;
    use strict;
    ...
                    print "$dbdir/$table\n";
            }
    }