Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Error with DBD::CSV

by Tux (Canon)
on Aug 11, 2010 at 06:44 UTC ( [id://854227]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MDBI -wle'DBI->connect("dbi:CSV:csv_auto_diag=1")->prepare("se
    +lect * from non_exist")->execute'
    DBD::CSV::st execute failed:
    ...
    
     [for Statement "select * from bin"] at -e line 1.
    $
    
  2. or download this
    $ perl -MDBI -wle'DBI->connect("dbi:CSV:csv_auto_diag=1")->prepare("se
    +lect * from bad")->execute'
    DBD::CSV::st execute failed: Error 2034 while reading file /home/merij
    +n/bad: EIF - Loose unescaped quote at /pro/lib/perl5/site_perl/5.10.1
    +/SQL/Statement.pm line 1032
     [for Statement "select * from bad"] at -e line 1.
    $
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 14:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found