Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: updating multiple tables


Message #1 by "JD O'Riordan" <jd88@h...> on Tue, 19 Nov 2002 15:14:29
I'm trying to come up with a strategy for updating multiple tables from a 
single html form.

One idea I've had is to map form element names to columns/tables and then 
execute one sql update per table.

Can anyone suggest a different/better way to tackle this?
Thanks in advance.
Message #2 by Greg Griffiths <greg2@s...> on Tue, 19 Nov 2002 20:29:54 +0000
why not use a stored procedure or Transaction to do it for you.

At 15:14 19/11/02 +0000, you wrote:
>I'm trying to come up with a strategy for updating multiple tables from a
>single html form.
>
>One idea I've had is to map form element names to columns/tables and then
>execute one sql update per table.
>
>Can anyone suggest a different/better way to tackle this?
>Thanks in advance.




  Return to Index