in reply to DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at
Why do you use $DBI::errstr? Oh, i see, the docs for DBD::mysql mix it up. Try looking at $dbh->errstr (as seen in the examples at the top of the documentation) instead to see if there's a difference.
Did you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at
by Digioso (Sexton) on Oct 30, 2024 at 13:22 UTC |