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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top