Updating Multiple Tables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the best/easiest way to update multiple tables? Stored Procedure or
Dataset?

Can you recommend any tutorials?

Thanks, Justin.
 
Multiple data tables can be handled either way, but you'll probably want to
want to use separate commands- don't use a join - Although before I say this
definitively, it'd help to see the schema of the tables and the logic.
 
Back
Top