RE: [dbi] RE: No error string and unitialized value in concatenation

2003-06-20 Thread Jeff Urlwin
> > Jeff, > > one new issue with 1.06. > > o line 297 of the generated Makefile contains > @$(NOOP) > but those are spaces leading up to it instead of a tab. The > line at fault is > actually Makefile.PL line 427. Fixed. Thanks. > > o the problem I reported (email subject line) st

RE: [dbi] RE: No error string and unitialized value in concatenation

2003-06-20 Thread Martin J. Evans
Jeff, one new issue with 1.06. o line 297 of the generated Makefile contains @$(NOOP) but those are spaces leading up to it instead of a tab. The line at fault is actually Makefile.PL line 427. o the problem I reported (email subject line) still exists after I fixed above and install

RE: No error string and unitialized value in concatenation

2003-06-19 Thread Jeff Urlwin
> > > > Use of uninitialized value in concatenation (.) or string at > > /usr/lib/perl5/site_perl/5.6.1/i686-linux/DBI.pm line 584. DBI > > connect('testviagamb','Fred',...) failed: at ./con.pl line 6 > > $drh->errstr is returning undef: > > > >> connect DISPATCH (DBI::dr=HASH(0x81bb2

Re: No error string and unitialized value in concatenation

2003-06-13 Thread Tim Bunce
On Fri, Jun 13, 2003 at 11:43:36AM +0100, Martin J. Evans wrote: > Hi, > > Just noticed this problem when my database was down: > > #!/usr/bin/perl -w > use DBI; > my $dbh = DBI->connect("dbi:ODBC:testviagamb", >"Fred", >"Bloggs"); > > Use of unini

No error string and unitialized value in concatenation

2003-06-13 Thread Martin J. Evans
Hi, Just noticed this problem when my database was down: #!/usr/bin/perl -w use DBI; my $dbh = DBI->connect("dbi:ODBC:testviagamb", "Fred", "Bloggs"); Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.6.1/i686-l