2

When i try to insert a my database's table in my dataset, it doesn't generate the update command like had done with other tables. It generates only insert and select commands

How can i do to generate it without write it manually?

thanks

Luca Romagnoli
  • 12,145
  • 30
  • 95
  • 157

1 Answers1

3

I solved. I had forgotten the primary key on my sql server table.

Luca Romagnoli
  • 12,145
  • 30
  • 95
  • 157