php-db | 2001011
Date: 01/14/01
- Next message: Markus Fischer: "Re: [PHP-DB] Problem with oci8"
- Previous message: JJeffman: "Re: [PHP-DB] Desperate Help needed"
- In reply to: Finkel, Sean: "RE: [PHP-DB] Re-using a result set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Markus Fischer: "Re: [PHP-DB] Problem with oci8"
- Previous message: JJeffman: "Re: [PHP-DB] Desperate Help needed"
- In reply to: Finkel, Sean: "RE: [PHP-DB] Re-using a result set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

