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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I solved.
I had forgotten the primary key on my sql server table.