![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re^5: Text retrieved from database column being truncatedby mpeppler (Vicar) |
on Jan 29, 2008 at 07:35 UTC ( #664860=note: print w/replies, xml ) | Need Help?? |
The maxlen value is retrieved through the API - it's what Client Library (or in this case, FreeTDS) tells us that it is for this particular datatype/column.
You may want to ask on the freetds mailing list about this - I'm not a FreeTDS specialist by any means. However, the limitation is related to the TDS protocol version - if the client connects with TDS 4.2 then you won't be able to get wide varchar() columns, for example. Michael
In Section
Seekers of Perl Wisdom
|
|