Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
x27;, 'password')" returns the following: DBI connect('XYZDB','username',...) failed: at -e line 1 Peter Tim Bunce wrote: > On Mon, Dec 08, 2003 at 05:50:29PM -0500, Peter Chen wrote: > > I have installed DBI 1.39 on a Win 2000 with Perl 5.6.1 and DB

Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
17:50:29 -0500 Peter Chen <[EMAIL PROTECTED]> wrote: > > > I have installed DBI 1.39 on a Win 2000 with Perl 5.6.1 and DBD::Oracle > > 1.12. > > > > When I tried to connect to an Oracle database on UNIX with the following > > code: > >my $dbh = D

Re: DBI.pm issue on windows: uninitialized values

2003-12-09 Thread Peter Chen
x27;, 'password')" returns the following: DBI connect('XYZDB','username',...) failed: at -e line 1 Peter Tim Bunce wrote: > On Mon, Dec 08, 2003 at 05:50:29PM -0500, Peter Chen wrote: > > I have installed DBI 1.39 on a Win 2000 with Perl 5.6.1 and DB

DBI.pm issue on windows: uninitialized values

2003-12-08 Thread Peter Chen
I have installed DBI 1.39 on a Win 2000 with Perl 5.6.1 and DBD::Oracle 1.12. When I tried to connect to an Oracle database on UNIX with the following code: my $dbh = DBI->connect('DBI:Oracle:XYZDB', 'username', 'password'); I got an error message from DBI.pm line 584: Use of unintialized valu