![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^2: Strange DBI/DBD::ODBC behaviour (right truncation of data on ODBC call)by jahero (Pilgrim) |
on Oct 22, 2019 at 11:51 UTC ( #11107844=note: print w/replies, xml ) | Need Help?? |
Thanks for the tip. I have tried it now.
Results in .. Column 0 was not bound with TreatAsLOB I guess this particular DBI method can only be used on columns that are bound to a prepare statement. If that's true, it can not be used in this instance. There is nothing to bind. fails with
I am sending a DDL statement (show table) into the database, and expecting to get a DDL script of the particular table as output. Everything works fine up until to a certain size of the DDL script, then I am getting the "truncation" error mentioned in the original post. Regards, Jan
In Section
Seekers of Perl Wisdom
|
|