On Thu, Jun 13, 2002 at 03:16:29AM -0400, Philip M.Gollucci wrote:
> I need to write a wrapper function for calls to
> $sth->fetchrow_array() where the SELECT statement will return multiple
> rows.
>
> such that
>
> sub do_sql_array ($@) {
> # on initial call: $
on Thu, 13 Jun 2002 07:16:29 GMT, [EMAIL PROTECTED] (Philip M .
Gollucci) wrote:
> I need to write a wrapper function for calls to
> $sth->fetchrow_array() where the SELECT statement will return
> multiple rows.
>
> such that
>
> sub do_sql_array ($@) {
> # o
I need to write a wrapper function for calls to
$sth->fetchrow_array() where the SELECT statement will return multiple
rows.
such that
sub do_sql_array ($@) {
# on initial call: $sth = $dbh->prepare(); $sth->execute();
# on initial and subsequent until no more rows: retu