[mapserver-users] free DBF editor ? is there anyone?

Antti.Roppola at brs.gov.au Antti.Roppola at brs.gov.au
Sat Aug 11 23:54:10 EDT 2001


Perl will do it (use the XBase modules).

    use XBase;
    my $newtable = XBase->create("name" => "copy.dbf",
                "field_names" => [ "ID", "MSG" ],
                "field_types" => [ "N", "C" ],
                "field_lengths" => [ 6, 40 ],
                "field_decimals" => [ 0, undef ]);

Cheers,

Antti




More information about the mapserver-users mailing list