in reply to Select quuery result sets
Use fetchrow_arrayref() or fetchrow_array() with positions (0,1,2,3,4...), or if you feel like pre-defining the variables, use bind_col() or bind_columns().
See:
http://search.cpan.org/~timb/DBI/DBI.pm#fetchrow_arrayref
http://search.cpan.org/~timb/DBI/DBI.pm#bind_col
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Select quuery result sets
by locked_user sundialsvc4 (Abbot) on Aug 25, 2010 at 20:51 UTC |