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

2008-11-25 Thread Alice Wei
WHERE scenario_id='$scenario_id'"; echo "$sql"; $result2=mssql_query($sql) or die ("Can't execute $sql"); } However, this might be out of the question I have been asking here. Has anyone tried to do this type of stuff using Flex an

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

2008-11-20 Thread Thodoris
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. If you want to reuse the same SQL query by just changing the parameters you may consider using the P

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

2008-11-19 Thread Fergus Gibson
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 not sure I understand your questi