Update new DataTable row value to database
Update new DataTable row value to database
menashe
Posts: 196Questions: 43Answers: 2
in DataTables 2
I have the following:
The Low Price field (which is a database column on the Packaging table) on the Packaging row is updated dynamically as a row in the Prices (child) table is modified (or added).
How can I save that table value to the database?
This question has an accepted answers - jump to answer
Answers
I actually came up with a much more elegant solution! The Lowest Price field is no longer in the database; it is "virtual".
I thought that I needed it in the database to display the Lowest Price BEFORE the Price (child) rows were expanded.
But, instead, I now generate it as a column of the Packaging table!
Awesome - great to hear you found a solution.
Allan