05, 2001 5:01 PM
> To: 'Kipp, James'; Perl_beginner (E-mail)
> Subject: RE: "connect" method
>
>
> I just copied over the file from different machine with same
> version of Perl
> to all the directories it searched for the package.
> I'll do as you
l Message-
From: Kipp, James [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 4:56 PM
To: 'Imtiaz ahmad'; Perl_beginner (E-mail)
Subject: RE: "connect" method
Did you install the DBI package manually? or did you use CPAN ?
If possible use CPAN to ins
M
> To: Perl_beginner (E-mail)
> Subject: "connect" method
>
>
> Hi-
>
> Can somebody help me with the following error:
> *Can't locate object method "connect" via package "DBI" at
> /apps/apache_1.3.19/cgi-bin/3rd_party/check_login.
Hi-
Can somebody help me with the following error:
*Can't locate object method "connect" via package "DBI" at
/apps/apache_1.3.19/cgi-bin/3rd_party/check_login.pl line 22*
Initially I was getting the following error and to fix it I copied over
DBI.pm to all the listed directories:
Can't locate
Just in case anybody else runs into this problem.
It turns out the machine I am working on has multiple OracleHomes. Using the
oracle tool to switch to the home where the database lives solved this
problem (I made ora8i the Primary home).
"David Kirol" <[EMAIL PROTECTED]> wrote in message
[EMAIL
I'm using Activestate perl build 626, DBD-Oracle8 1.06 DBI 1.14 on WInNt
with intel. I loaded all prebuilt binaries. The good stuff on my machine is
hiding in Cygwin. When I try to connect to a local Oracle 8.1.5 instance
DrWatson pops up and blames perl for an access violation. Short of
convertin