DBI::PurePerl and DBD::Oracle error

2002-10-14 Thread Frederic Van de Velde
Hi, I'm trying to run some perl (currently 5.00503) on AIX 4.3 to connect an Oracle 8 database on the same system (DBD::Oracle is 1.06) My problem is that I want to use the HandleError method of DBI but I only find a pre-compiled version of DBI 1.14 which doens't have this method yet. As I

Re: DBI::PurePerl and DBD::Oracle error

2002-10-14 Thread Tim Bunce
You can't use DBI::PurePerl with a NON-pure-perl driver. Tim. On Mon, Oct 14, 2002 at 08:19:57AM +0200, Frederic Van de Velde wrote: Hi, I'm trying to run some perl (currently 5.00503) on AIX 4.3 to connect an Oracle 8 database on the same system (DBD::Oracle is 1.06) My problem is that