Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Strange DBI/DBD::ODBC behaviour (right truncation of data on ODBC call)

by jahero (Pilgrim)
on Oct 22, 2019 at 11:51 UTC ( [id://11107844]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare($sql);
    $sth->execute();
    my $lob;
    my $chrs_or_bytes_read = $sth->odbc_lob_read(0, \$lob, 65535, { TreatA
    +sLOB=>1 });
    
  2. or download this
    $sth = $dbh->prepare($sql);
    $sth->bind_col(1, \$lob);
    $sth->execute();
    
  3. or download this
    cannot bind to non-existent field 1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found