RE: LongReadLen issue

2005-05-29 Thread Jared Still
. -Original Message- From: Tantalo, Christopher G [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 8:57 AM To: Jared Still Cc: DBI List Subject: RE: LongReadLen issue Which manual did you FR this from? --- Just Your Friendly

RE: LongReadLen issue

2005-05-26 Thread Tantalo, Christopher G
: LongReadLen issue Chris, The methods you are using are attempting to store an array into an int. You need to get the value out of the first element of the array and back into an int. Something like $dbh-{LongReadLen} = @{ $dbh

RE: LongReadLen issue

2005-05-26 Thread Jared Still
: Chuck Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 10:12 AM To: Tantalo, Christopher G; dbi-users@perl.org Subject: Re: LongReadLen issue Chris, The methods you are using are attempting to store an array into an int

RE: LongReadLen issue

2005-05-26 Thread Tantalo, Christopher G
Subject: RE: LongReadLen issue A little RTFM is in order. Try max(dbms_lob.getlength(mc.mc_long_description)) Jared On Thu, 2005-05-26 at 07:27, Tantalo, Christopher G wrote: I am not totally sure that is the issue. Using sqlplus and TOAD to just do the simple select SELECT MAX

RE: LongReadLen issue

2005-05-26 Thread Reidy, Ron
Application Developer's Guide - Large Objects (LOBs) - Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Tantalo, Christopher G [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 8:57 AM To: Jared Still Cc: DBI List Subject: RE: LongReadLen issue