in reply to DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at
I don't think execute returns an error but a result object.
It's on this object you call fetch-methods not on the sth statement handle.
Yes see execute of DBI
Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at
by ysth (Canon) on Oct 29, 2024 at 14:00 UTC | |
by LanX (Saint) on Oct 29, 2024 at 14:02 UTC | |
|
Re^2: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at
by Digioso (Sexton) on Oct 29, 2024 at 14:05 UTC | |
by LanX (Saint) on Oct 29, 2024 at 14:35 UTC | |
by cavac (Prior) on Oct 30, 2024 at 09:14 UTC |