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
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
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