Microsoft
Software
Hardware
Network
Question : Perl SQL Server error - SQL-01004
Well,
I wrote a simple Perl program to read from one table, one record at a time. Process, then insert into another.
Got SQL-01004 error when read a particular row.
--------------------------
DBD::ODBC::st fetchrow_array failed: [Microsoft][ODBC SQL Server Driver]String data, right truncation (SQL-01004) at Y:\work\cp\scripts\DataSto
re\load
DiagnosisLabIntegrate.pl line 32.
--------------------------
How do I fix this?
Answer : Perl SQL Server error - SQL-01004
I answered me own question. Yay!.
I set
$dbh->{LongReadLen} = 20480;
$dbh->{LongTruncOk} = 1;
and it works.
Random Solutions
Access 2003 All Capital Letters
Overtime Calculation for Payroll.
Can't disable PIN on iPhone on Activesync exchange 2007
Usa an Acrobat PDF as a Document Library Content Type Document Template
Reduce Line Spacing between records in Access Report
How do I create a subdomain email address?
Pass the current form name to a function within a module
How to enable chat history logging on Office Communicator 2007?
SBSMONITORING CPU constant CPU usage
How do I retrieve text from a website