G Guest Nov 20, 2004 #1 What is the best/easiest way to update multiple tables? Stored Procedure or Dataset? Can you recommend any tutorials? Thanks, Justin.
What is the best/easiest way to update multiple tables? Stored Procedure or Dataset? Can you recommend any tutorials? Thanks, Justin.
W W.G. Ryan eMVP Nov 21, 2004 #2 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.
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.