Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

SQL::Statement confusing literals and identifiers

by ikegami (Patriarch)
on Mar 11, 2008 at 02:52 UTC ( [id://673399]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DBD::CSV::st execute failed:
    Execution ERROR: No such column 'PRINT."set"'.
    ...
                 num
            FROM Print
       "] at problem.pl line 41.
    
  2. or download this
    >perl -le"use SQL::Statement; print SQL::Statement->VERSION"
    1.15
    
    >perl -le"use DBD::CSV; print DBD::CSV->VERSION"
    0.22
    
  3. or download this
    use strict;
    use warnings;
    ...
    
       # ...
    }
    
  4. or download this
    id,gid,card,set,illus,num
    1,1,1,1,"Foo Bar",1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (9)
As of 2024-04-23 09:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found