Re: retrieve many values
From: Ing. Branislav Gerzo (2ge_at_2ge.us)
Date: 02/22/05
- Next message: Scott T. Hildreth: "Re: retrieve many values"
- Previous message: Walter Obermiller: "Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database"
- In reply to: Ron Reidy: "RE: retrieve many values"
- Next in thread: Scott T. Hildreth: "Re: retrieve many values"
- Reply: Scott T. Hildreth: "Re: retrieve many values"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Feb 2005 15:22:44 +0100 To: DBI-Users <dbi-users@perl.org>
Reidy, Ron [RR], on Tuesday, February 22, 2005 at 06:58 (-0700) wrote:
my $sth = $dbh->>prepare_cached("select id, name from table");
my $sth = $dbh->>$sth->execute();
RR> [rr] This should read $sth->execute. Execute retruns a
RR> value, not a statement handle ($sth).
yes, sorry for that. In my code I have it OK (it was ma mailer causing
that "error").
also, I'm using:
DBI 1.46
DBD::mysql 2.9004
any more ideas ?
-- ...m8s, cu l8r, Brano. [Robin's Rasp = BAT.FILE]
- Next message: Scott T. Hildreth: "Re: retrieve many values"
- Previous message: Walter Obermiller: "Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database"
- In reply to: Ron Reidy: "RE: retrieve many values"
- Next in thread: Scott T. Hildreth: "Re: retrieve many values"
- Reply: Scott T. Hildreth: "Re: retrieve many values"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]