RE: DBI::PurePerl and DBD::Oracle...

2006-08-29 Thread Lincoln, Adym
ubject: Re: DBI::PurePerl and DBD::Oracle... Lincoln, Adym wrote: > Hi all, > > Just trying to understand the instructions on both these packages. The main thing to understand is that DBI::PurePerl is meant to work only with DBDs that are pure Perl (have no C/XS component) and AFAIK, th

Re: DBI::PurePerl and DBD::Oracle...

2006-08-29 Thread Jeff Zucker
Lincoln, Adym wrote: Hi all, Just trying to understand the instructions on both these packages. The main thing to understand is that DBI::PurePerl is meant to work only with DBDs that are pure Perl (have no C/XS component) and AFAIK, that does *not* include DBD::Oracle. You might be able

Re: DBI::PurePerl and DBD::Oracle...

2006-08-29 Thread John Scoles
OTECTED]> To: Sent: Tuesday, August 29, 2006 8:45 AM Subject: DBI::PurePerl and DBD::Oracle... Hi all, Just trying to understand the instructions on both these packages. Each set of instructions explains that we do the following steps in the following order: - perl Makefile.PL - make -

DBI::PurePerl and DBD::Oracle...

2006-08-29 Thread Lincoln, Adym
Hi all, Just trying to understand the instructions on both these packages. Each set of instructions explains that we do the following steps in the following order: - perl Makefile.PL - make - make test - make install Thing is, everything works fine except the make test. On the initial pass, if

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 t

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 c