What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?



What happens when you try to update data in a dataset in .net while the record is already deleted in..

Answer / Kana Ram Yogi

When trying to update a record in a DataSet that has been previously deleted from SQL Server, a primary key constraint violation exception will be thrown. This is because the DataRow still exists in the DataSet but no longer exists in the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

Explain the purpose of cache? How is it used? : Dot net architecture

1 Answers  


what are ACID properties ?

3 Answers  


How does .net mobile work? : Microsoft dot net mobile

1 Answers  


Can you explain scriptmanager control?

1 Answers  


what is diffrent beatween localprinter and networkprinter

1 Answers  


Explain the race around condition? : .NET Architecture

1 Answers  


how many types of controls are there in windows and web application?

1 Answers   Six Sigma,


what is session management ?

3 Answers   Ness Technologies,


How can u manage state ?

2 Answers   Ness Technologies,


So what exactly is the configuration file for then?

1 Answers  


What are the main Tools to develop .Net Application?

1 Answers   HCL,


Can you explain atlasuiglitz library?

1 Answers  


Categories