Re: [PHP-DB] Large Arrays in a batch procedure

2004-04-08 Thread Bruno Ferreira
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

[PHP-DB] Large Arrays in a batch procedure

2004-04-07 Thread antonio bernabei
Hi, I have a problem. On a small lan I need to process a table with about 3 records. The work is to apply a formula to some fields of each record and update another field of the same table. I run php on a win2000 professional system and the first approach was to make a for cycle in which I

Re: [PHP-DB] Large Arrays in a batch procedure

2004-04-07 Thread Viorel Dragomir
1k records. good luck - Original Message - From: antonio bernabei To: [EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 11:22 AM Subject: [PHP-DB] Large Arrays in a batch procedure Hi, I have a problem. On a small lan I need to process a table with about 3 records