-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, Jun 03, 2002 at 11:52:23AM -0700, Tina Mancuso wrote:
>   $sth->{LongReadLen} = 2147483647; # max length of LONG column

Your problem is here.  LongReadLen has no effect on LONGs after the statement 
has been prepared, because for LONGs the buffer must be preallocated.  You must 
set LongReadLen on the database handle before preparing the statement.

This is not necessarily the case with LOBs, but Oracle 7 lacks such luxury.

- -- 
Stephen Clouse <[EMAIL PROTECTED]>
Senior Programmer, IQ Coordinator Project Lead
The IQ Group, Inc. <http://www.theiqgroup.com/>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjz78MsACgkQA4aoazQ9p2cXGQCfWBNlTDZVx2YQlGF4GqeOQ3Gf
UzcAnjg/2mC/3mHGbfoiIAC/qmyVBd6b
=3OUh
-----END PGP SIGNATURE-----

Reply via email to