Ciao ho provato a fare come nell'esempio ma non funziona. Ti posto il codice.
Il server restituisce questo errore:codice:SqlCommandBuilder Bldr = new SqlCommandBuilder(Adptr); Adptr.UpdateCommand = Bldr.GetUpdateCommand(); Adptr.Update(tb);
Come posso fare??codice:Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.