Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001011

Re: [PHP-DB] Re-using a result set From: Markus Fischer (mfischer <email protected>)
Date: 01/14/01

Hi,
        Is there some similar function available for oracle too ?

thanks,
        Markus

On Thu, Jan 11, 2001 at 03:18:25PM -0500, Finkel, Sean wrote :
> Try calling:
>
> mysql_data_seek($connection, 0);
>
> then looping through again. This should reset the row pointer to the first
> row so that you can go through again :)

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         mfischer <email protected>
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>