From: <mga...@ar...> - 2004-02-25 12:26:43
|
-------------------------------------- Windows XP Professional NET Framework 1.1 Firebird 1.5 Firebird NET Provider 1.5 -------------------------------------- Hello, I am having difficulties to Update a fbDataAdapter. I am using two DataSets (one being filled by fbDataAdapter), merging them and then trying to Update the fbDataAdapter. I use a fbCommandBuilder to generate the Update Command, but when I do: fbDataAdapter2.Update(ds); // I only get a TableMapping Exception fbDataAdapter2.Update(ds "TableName"); //Nothing happens Any suggestions? PS: I am aware that I need matching ColumnTypes and a Primary Key |