Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    unlink "test_types.dbf", "test_types.dbt";
    
    $dbh->do($def);
    
  2. or download this
    use strict;
    use warnings;
    ...
        "field_lengths"  => [  6,    40,    18    ],
        "field_decimals" => [  0,   undef,  2    ]
    ) or die XBase->errstr;