Re: DBD::Oracle blob_read() problems

2002-07-26 Thread Tim Bunce
> DBD::Oracle::st blob_read failed: (DBD ERROR: blob_read not currently > supported for non-LOB types with OCI 8 (but with OCI 8 you can set > $dbh->{LongReadLen} to the length you need,so you don't need to call > blob_read at all)) at - line 21. The error message says that you don't need to

Re: DBD::Oracle blob_read() problems

2002-07-25 Thread Raghu Karamel
rong. Thanks, Raghu - Original Message - From: "Kipp, James" <[EMAIL PROTECTED]> To: "'Raghu Karamel'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 11:19 AM Subject: RE: DBD::Oracle blob_read() problems > why not ju

RE: DBD::Oracle blob_read() problems

2002-07-25 Thread Kipp, James
ginal Message- > From: Raghu Karamel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 1:00 PM > To: [EMAIL PROTECTED] > Subject: Re: DBD::Oracle blob_read() problems > > > Looks like I didn't explain my problem clearly let me > put it other way. >

Re: DBD::Oracle blob_read() problems

2002-07-25 Thread Raghu Karamel
nce Raghu "Raghu Karamel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Please HELP (F1F1F1) > > Any hints/idea/solution will be a real help > > Thanks, Raghu > > >From: "Raghu Karamel" <[EMAIL

Fwd: DBD::Oracle blob_read() problems

2002-07-24 Thread Raghu Karamel
Please HELP (F1F1F1) Any hints/idea/solution will be a real help Thanks, Raghu >From: "Raghu Karamel" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: DBD::Oracle blob_read() problems >Date: Wed, 24 Jul 2002 11:50:17 -0700 > >Hi, > >I am ge

DBD::Oracle blob_read() problems

2002-07-24 Thread Raghu Karamel
Hi, I am getting the following error when I use the blob_read() function. Does anyone know what is the solution for this? I don't want to use the "LongReadLen" attribute to specify the maximum size since I don't know how big this field can grow. Error - DBD::Oracle::st blob_read failed: