G
Guest
Hi.
In a WinForms App, I have a DataGridView. My SELECT command uses data from
Table A in a SQL Server database plus 4 calculated columns using data from
tables TableB and TableC. This works OK. The calculated values are not
stored in TableA, of course. I seem to have problems with updating my
TableA: VS2005 does not automacically generate an update command, because
multiple tables are involved. I want only to update what belongs to TableA,
the other tables are not modified. What is the best way for me to proceed?
Any suggestions, examples etc. will be appreciated.
Regards,
Gudni
In a WinForms App, I have a DataGridView. My SELECT command uses data from
Table A in a SQL Server database plus 4 calculated columns using data from
tables TableB and TableC. This works OK. The calculated values are not
stored in TableA, of course. I seem to have problems with updating my
TableA: VS2005 does not automacically generate an update command, because
multiple tables are involved. I want only to update what belongs to TableA,
the other tables are not modified. What is the best way for me to proceed?
Any suggestions, examples etc. will be appreciated.
Regards,
Gudni