Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^7: Problem with DBI, DBD::XBase

by stefbv (Curate)
on Jan 24, 2013 at 19:27 UTC ( [id://1015213]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1015213]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found