in reply to WIN32::ODBC - text field String data, right truncation
select maxsize = max(datalen(YourTextColumn)) from YourTableName [download]
# # set $size to maxsize from sql call above... # $db->SetMaxBufSize($size); [download]