in reply to DBI help->selectrow_hashref instead of fetchrow_hashref?
Switching to selectall_hashref() is possible and may get rid of the error if you properly remove the other DBI calls that it replaces, but it doesn't solve the fundamental problem which is that you're trying to write DBI code but you haven't taken the time to learn the basics of DBI yet. You should start with this tutorial and then have a look at the DBI docs. Copy-and-paste coding is a dangerous thing to do with DBI.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBI help->selectrow_hashref instead of fetchrow_hashref?
by stonecolddevin (Parson) on Jul 08, 2003 at 00:06 UTC |