Re: DBI long read problem

2002-10-13 Thread Tim Bunce
DBD::Oracle version .47 was released on 8th Sept 1997. I think the bug affecting you was fixed in DBD::Oracle 1.02, released three years ago. Upgrade. Tim. On Fri, Oct 11, 2002 at 04:42:15PM -0700, Daniel Olson wrote: I'm writing a CGI script in Perl to extract longs from an Oracle database

DBI long read problem

2002-10-12 Thread Daniel Olson
I'm writing a CGI script in Perl to extract longs from an Oracle database that contain jpeg images and package them for display in a web page. I've got a script to put them into the database, which I thought would be the hard part. But I'm struggling with this. I'm using Perl 5.004_01, DBI