Ciao ho provato a fare come nell'esempio ma non funziona. Ti posto il codice.

codice:
SqlCommandBuilder Bldr = new SqlCommandBuilder(Adptr);
Adptr.UpdateCommand = Bldr.GetUpdateCommand();
Adptr.Update(tb);
Il server restituisce questo errore:
codice:
Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.
Come posso fare??