Without code to look at, that's gonna be a tough one to figure out.
On Wed, 2002-06-26 at 12:51, Alan Hogue wrote:
> Hey, it looks like that was the problem! Thanks for your help.
>
> I am still having the same behavior from PTKDB, though. Does anyone have any
> idea why PTKDB would just die when the connection statement runs? I'd really
> like to use it to watch the data getting processed, if possible.
>
> Thanks!
> Alan
>
> Bart Lateur wrote:
>
> > On Wed, 26 Jun 2002 09:32:57 -0700, Alan Hogue wrote:
> >
> > >I'm using:
> > >
> > >Perl 5.6.1 on Windows 2000
> > ....
> >
> > >I seem to be able to connect okay to the database, but when I do I get a
> > >wall of text stating things like:
> > >
> > >"Subroutine DBI::st::EXISTS redefined at C:/Perl/site/lib/DBI.pm line
> > >382 (#1)".
> >
> > Could it be that DBI egts loaded twice? Have you, by accident, mistyped
> > the case of a module? Like:
> >
> > use DBi;
> >
> > for example?
> >
> > --
> > Bart.