RE: [PHP-DB] Multiple Update SQL Statements Execution

2008-11-25 Thread Alice Wei
Update SQL Statements Execution On Wed, Nov 19, 2008 at 5:55 AM, Alice Wei [EMAIL PROTECTED] wrote: I am inquiring on this list to see if it is possible to create a script that takes multiple update statements without my having to write one SQL statement for each of the updates. I'm

[PHP-DB] Multiple Update SQL Statements Execution

2008-11-19 Thread Alice Wei
Hi, I am inquiring on this list to see if it is possible to create a script that takes multiple update statements without my having to write one SQL statement for each of the updates. I have a scenario of which I create a table of some sort with some existing information using Flex,

RE: [PHP-DB] Copying Data From One Table To Another Table

2008-11-14 Thread Alice Wei
Hi, Thanks for the trick. I took the query to copy the data outside of the loop, and it is now working! Alice Date: Fri, 14 Nov 2008 14:07:27 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-db@lists.php.net; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Copying Data From One

[PHP-DB] Copying Data From One Table To Another Table

2008-11-13 Thread Alice Wei
Hi, I am trying to accomplish a task of which I have to copy the data from one table to another. The problem is that whenever I tried to perform the action of copying the data through this method, although the data gets copied, it performs reiterative copying that causes my program and