L
Luca Vajani
Hi, I'm trying to update a Table on sqlserverce.
I fill the datatable with a SqlCEDataAdapter,
I fill the schema, so I'have the informations about primary keys.
But when I try to call the DataAdapter.Update method it Throws an
sqlceException without message and innerexception.
Now I'm using then sqlcecommandbuilder. I tried also to assign the
insertcommand, updatecommand etc of the dataAdapter without results...
Any Suggestions?
Thanks,
Luca Vajani
I fill the datatable with a SqlCEDataAdapter,
I fill the schema, so I'have the informations about primary keys.
But when I try to call the DataAdapter.Update method it Throws an
sqlceException without message and innerexception.
Now I'm using then sqlcecommandbuilder. I tried also to assign the
insertcommand, updatecommand etc of the dataAdapter without results...
Any Suggestions?
Thanks,
Luca Vajani