With DBI I can set the LongReadLen using this method $dbc-> {'LongReadLen'} = 999;
But how can I do that with Win32::ODBC ?
I am pulling a Notes field from a DBISAM datbase casted as a longvarchar and it works fine when I use DBI and set the LongReadLen but when I pull the same fields using Win32::ODBC and setting LongReadLen the same method as I did with the DBI it stops when it hits something to large.