ColtsFoot has asked for the wisdom of the Perl Monks concerning the following question:
But when I try to use$dbh->{LongReadLen} = 1024;
I dont get any data back, on the otherhand if I use@row = $sth->fetchrow_array();
and then extract the data using$row = $sth->fetch();
things seem to work. Can anyone explain when I should use$memofield = $$row[22];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI::ODBC fetch and fetchrow_array
by BBQ (Curate) on Jul 24, 2000 at 19:25 UTC | |
by DrManhattan (Chaplain) on Jul 24, 2000 at 20:21 UTC | |
|
(CMonster: bind_columns) RE: DBI::ODBC fetch and fetchrow_array
by CMonster (Scribe) on Jul 24, 2000 at 20:21 UTC | |
|
Re: DBI::ODBC fetch and fetchrow_array
by agoth (Chaplain) on Jul 24, 2000 at 20:24 UTC |