Hello there,
I've a table with two varchar as primary keys and one float value.
I managed to fill a Dataset with SQLiteDataAdapter.fill but I can't understand how to update my table with it. I understood that I need to fill the command propertiesof the Dataset, but can't I do that directly with the SQLiteDataAdapter?
I would like to make the most generic method possible.I would be happy if you knew a link or two related to this question.
Thanks.