Re: traverse the recordset more than once

2005-01-05 Thread Rudy Lippan
On Thu, 6 Jan 2005, sam wun wrote: > Steve Buehler wrote: > > > At 08:11 PM 1/5/2005, you wrote: > > > >> Hi list, > >> > >> How can I traverse the recordset moret than once? > >> > >> For example, the recordset $sth is returned from executing the sql > >> statement. > >> The following statement

RE: traverse the recordset more than once

2005-01-05 Thread Logan, David (SST - Adelaide)
5000 Australia +61 8 8408 4273 - Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message- From: sam wun [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 January 2005 1:53 PM Cc: mysql Subject: Re: traverse the recordset more than once Steve Buehler wrote: > At 08:11 PM 1/5/2

Re: traverse the recordset more than once

2005-01-05 Thread sam wun
Steve Buehler wrote: At 08:11 PM 1/5/2005, you wrote: Hi list, How can I traverse the recordset moret than once? For example, the recordset $sth is returned from executing the sql statement. The following statement is writen with the "for" loop for retrieving each record from the recordset. $are

Re: traverse the recordset more than once

2005-01-05 Thread sam wun
Steve Buehler wrote: At 08:11 PM 1/5/2005, you wrote: Hi list, How can I traverse the recordset moret than once? For example, the recordset $sth is returned from executing the sql statement. The following statement is writen with the "for" loop for retrieving each record from the recordset. $are

Re: traverse the recordset more than once

2005-01-05 Thread Steve Buehler
At 08:11 PM 1/5/2005, you wrote: Hi list, How can I traverse the recordset moret than once? For example, the recordset $sth is returned from executing the sql statement. The following statement is writen with the "for" loop for retrieving each record from the recordset. $aref = $sth->fetchrow_arr

Re: traverse the recordset more than once

2005-01-05 Thread Steve Buehler
At 08:11 PM 1/5/2005, you wrote: Hi list, How can I traverse the recordset moret than once? For example, the recordset $sth is returned from executing the sql statement. The following statement is writen with the "for" loop for retrieving each record from the recordset. $aref = $sth->fetchrow_arr

traverse the recordset more than once

2005-01-05 Thread sam wun
Hi list, How can I traverse the recordset moret than once? For example, the recordset $sth is returned from executing the sql statement. The following statement is writen with the "for" loop for retrieving each record from the recordset. $aref = $sth->fetchrow_arrayref However when the "for" loo