Adding multiple values in a single row using tableadapters?
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.
Sam HobbsPosted Nov 15, 2009, 4:20 PM
I don't know what you are using to interface with the database. Have you created a data source and TableAdapters? In order to get the most useful answers and if you want to repeat the data as you describe, then you need to provide the information about how you are interfacing with the database, such as if you are using TableAdapters.