RE: "connect" method

2001-09-05 Thread Kipp, James
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

RE: "connect" method

2001-09-05 Thread Imtiaz ahmad
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

RE: "connect" method

2001-09-05 Thread Kipp, James
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.

"connect" method

2001-09-05 Thread Imtiaz ahmad
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

Re: DBI connect method dumps core

2001-07-31 Thread David Kirol
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

DBI connect method dumps core

2001-07-26 Thread David Kirol
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