Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Handle MySQL BIT data type in Perl

by pg (Canon)
on Nov 01, 2005 at 03:23 UTC ( [id://504470]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    insert into test(a) value(3)
    
  2. or download this
    use DBI;
    use Data::Dumper;
    ...
    my $ref = $select_st->fetchall_arrayref();
    
    print Dumper($ref);
    
  3. or download this
    use DBI;
    use Data::Dumper;
    ...
    my $ref = $select_st->fetchall_arrayref();
    
    print Dumper($ref);
    
  4. or download this
    DBD::mysql::st execute failed: Data too long for column 'a' at row 1 a
    +t math1.pl
     line 11.
    DBD::mysql::st execute failed: Data too long for column 'a' at row 1 a
    +t math1.pl
     line 11.
    
  5. or download this
    use DBI;
    use Data::Dumper;
    ...
    my $ref = $select_st->fetchall_arrayref();
    
    print Dumper($ref);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-25 17:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found