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

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

by jahero (Pilgrim)
on Oct 21, 2019 at 13:01 UTC ( [id://11107760]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare('show table"EP_TGT"."NA_DATA_CNTL";');
    $sth->execute;
    while (my $text = $sth->fetchrow_array) {        
      # a piece of code not relevant to the question
    }
    
  2. or download this
        SQLPrepare show table"EP_TGT"."NA_DATA_CNTL";
        SQLPrepare = 0
    ...
        <> DESTROY(DBI::st=HASH(0x4c04dc8)) ignored for outer handle (inne
    +r DBI::st=HASH(0x4c04ca8) has ref cnt 1)
        >> DESTROY     DISPATCH (DBI::st=HASH(0x4c04ca8) rc1/1 @1 g2 ima10
    +004 pid#5724) at c:/BI_Domain/bimain/bin/../lib/App/Reverse/Ddl.pm li
    +ne 230 via  at c:/BI_Domain/bimain/bin/../lib/App/Reverse/Ddl.pm line
    + 230
        -> DESTROY for DBD::ODBC::st (DBI::st=HASH(0x4c04ca8)~INNER) thr#d
    +17d58
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-19 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found