Perl DBI SQL Server not returning full column -


i having issue sql server , perl. if run sql statement via isql expecting. when running perl columns after first seem truncated. have below set.

$dbh->{longtruncok} = 1; $dbh->{longreadlen} = 1000 * 1024; 

expected output:

| xxxxx | 2013-08-19 10:04:53.843 | nnnn | description 

what getting:

| xxxxx | 2013-08-19 10:0 | n | desci 

any ideas?


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -