http://www.perlmonks.org?node_id=183079


in reply to Oracle: string literal too long

the documentation for win32::odbc says:
The working limit to the size of a field is 10240 bytes. This can be r +aised (if needed) to a maximum of 2,147,483,647 bytes. This maximum l +imit can be raised only by recompiling.
here's a link to the relevant page Win32::ODBC

Replies are listed 'Best First'.
Re: Re: Oracle: string literal too long
by Anonymous Monk on Jul 19, 2002 at 17:02 UTC
    As I said in the beginning, I had raised the limit via
    $db->SetMaxBufSize(1000000);
    It still doesn't work.