RE: DBI problem -- Fetch() without execute() error on trivial case.

2002-07-04 Thread vanHardenbergP
> > I've been lurking for a few months and figured I'd pose a question > > that I've been banging my head against for a while. > > (I've already told this in another thread today: > Don't do this, it hurts :-) How else am I going to get a break-through? > > > If anyone can recommend a good re

RE: DBI problem -- Fetch() without execute() error on trivial case.

2002-07-03 Thread vanHardenbergP
From: [EMAIL PROTECTED] > As you can see, it *does* fetch and return the record I ask for. I > just don't understand why I'm getting error messages. > > Cheers, > Peter > > CODE: > > #!/usr/bin/perl -w > use DBI; > use strict; > > my $dbh = DBI->connect("DBI:mysql:ADA","root","p

Re: DBI problem -- Fetch() without execute() error on trivial case.

2002-07-03 Thread Felix Geerinckx
on Wed, 03 Jul 2002 18:55:25 GMT, <[EMAIL PROTECTED]> wrote: > I've been lurking for a few months and figured I'd pose a question > that I've been banging my head against for a while. (I've already told this in another thread today: Don't do this, it hurts :-) > If anyone can recommend a good

Re: DBI problem -- Fetch() without execute() error on trivial case.

2002-07-03 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > As you can see, it *does* fetch and return the record I ask for. I > just don't understand why I'm getting error messages. > > Cheers, > Peter > > CODE: > > #!/usr/bin/perl -w > use DBI; > use strict; > > my $dbh = DBI->connect("DBI:mysql:ADA","root","p