Help for this page

Select Code to Download


  1. or download this
    Open File
    Read in columns and derive CREATE TABLE syntax
    ...
      Optimise column length 
      print OUT data into a text file
    Load data into database using LOAD INFILE syntax
    
  2. or download this
    use strict;
    use XBase;
    ...
      query(alter_table());
    }