antonio bernabei wrote:

The work is to apply a formula to some fields of each record and
update another field of the same table.


If this is the case, why don't you simple use an UPDATE query?

Example: [ UPDATE table SET some_field= 100*0.1/other_field+yet_another_field ]

No PHP involved here, you just use some SQL interface to your server...


Bruno Ferreira


---
[This E-mail scanned for viruses by Declude Virus]

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to