Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: WIN32::ODBC - text field String data, right truncation

by LanceDeeply (Chaplain)
on Nov 08, 2004 at 22:26 UTC ( [id://406230]=note: print w/replies, xml ) Need Help??


in reply to WIN32::ODBC - text field String data, right truncation

you may need to :
select maxsize = max(datalen(YourTextColumn)) from YourTableName
and then call
# # set $size to maxsize from sql call above... # $db->SetMaxBufSize($size);
-hth

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-16 04:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found