Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

DBD::CSV::st execute failed. No such file or directory at C:/Perl64/lib/DBD/File.pm line 565

by PrincessofPERL (Initiate)
on Jun 12, 2014 at 02:09 UTC ( [id://1089635]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\...>afs_filter.pl
    DBD::CSV::st execute failed:
    ...
    tement [for Statement "select * from AFS where ID_DEVTYP like 'INTELI%
    +' AND ID_POINT like 'AUTO%'"] at D:\...\afs_filter.pl line 60.
    
  2. or download this
    This is perl, v5.10.1 built for MSWin32-x64-multi-thread
    (with 2 registered patches, see perl -V for more detail)
    ...
    
    Binary build 1007 [291969] provided by ActiveState http://www.ActiveSt
    +ate.com
    Built Jan 27 2010 14:12:21
    
  3. or download this
    
    use warnings;
    ...
    my $sth = $dbh->prepare ("select * from AFS where ID_DEVTYP like 'INTE
    +LI%' AND ID_POINT like 'AUTO%'");
    $sth->execute;
    
  4. or download this
    RECORD,SUBSCRIPT,ID_SUBSTN,CO_SUBSTN,AREA_SUBSTN,ID_DEVTYP,ID_DEVICE,N
    +AME_DEVICE,AREA_DEVICE,ID_MEAS,ID_POINT,SITE_POINT,AREA_POINT
    a,b,c,d,e,f,g,h,i,j,k,l,m
    .
    .
    

Log In?
Username:
Password:

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

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

    No recent polls found