Re: sth->fetchrow_array

2002-06-13 Thread Tim Bunce
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: $

Re: sth->fetchrow_array

2002-06-13 Thread Felix Geerinckx
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

sth->fetchrow_array

2002-06-12 Thread Philip M . Gollucci
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