Ok, I have a HanaDataAdapter to read, update, insert and delete data from Hana.
It works to fill the datatable but when I do any change to it, inserta new line, delete or update an existing one, the Update command failes and it gives me a generic "Missing the DataColumn '' in the DataTable 'Groups' for the SourceColumn''. "
Now I've added the right parameters in each command and never had any issue with thie on SQL.
Is this a bug or am I doing something wrong?