1
Reply

Adding multiple values in a single row using tableadapters?

Alex Smith

Alex Smith

Nov 15 2009 10:30 AM
2.5k
Hi, For example i have diets table and clients table. I would like to add a record for a client like id,name,address etc. and add in the diets table to add values like weight before, after etc. My problem is that i have a cycle column to the diets table that will have values 1 to 8 and i would like to add the same data to each client 8 times as the cycles change. I'm using vs2008 and c#. Please any help will be appreciate. Thank you.

Answers (1)