1
Answer

Updating several msSQL tables via sqlCommandbuilder

Martin thomsen

Martin thomsen

13y
8.5k
1
Hi

I am trying to update 2 tables in my C# code.
I am using sqlCommandbuilder so far..

but I can't seem to get my head around it..

I am running into issues with the constructor.
I've tried just creating 2 datatables, but then the constructor needs more input of course..

Argh.. I am having trouble explaining it properly...

Is there any way to update several tables via sqlCommandbuilder.. or is there another way.. which won't require me to move away from sqlCommandbuilder...

I don't mind using another method, as long as all my other code can remain sqlcommandbuilder (as in.. I haven't got the time to change it all).

I hope I've explained it so you understand... I really do need some assistance here...


Answers (1)