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
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
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
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