Easysoft
ODBC Drivers for Oracle, SQL Server, Firebird, ISAM, InterBase, Sybase, MS Access & more.

Easysoft Data Access

Why do I keep getting data truncated errors in my Perl?

Article : 00090
Last Reviewed : 14th November 2008
Revision : 2

If you are getting truncation errors when retrieving data for a column check what sort of column it is. Perl DBI needs to be told about long columns or the data will be truncated. You can do this just after a DBI->connect with:

$dbh->{LongReadLen} = 32768; # some big number

Applies To

Knowledge Base Feedback

* Did this content help you?
Yes
No
Maybe
 
* Please select one option based on your first choice:
I'm very satisfied
I think it will help, but I haven't tried it yet
It is helpful, but I need more information
It is helpful, but hard to understand
Seemed relevant in search results, but didn't help me
The information is incorrect
The page contains one or more broken links
 
  Suggest new content or let us know how we can improve this content:

 
  (* Required Fields)   



© 1993 - 2012 Easysoft Limited. All rights reserved.