What happens when u try to update data in a dataset in .NET
while the record is already deleted in SQL SERVER as backend?
Answer Posted / vaidyanathan r.
An SQLException object is thrown
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How can we check that some changes have been made to dataset since it was loaded?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are the connected and disconnected modes in ado.net?
Which is better entity framework or ado.net?
Explain the namespaces in which .net has the data functionality class.
Which architecture does Datasets follow?
What is basic use of data view?
What are all the different authentication techniques used to connect to MS SQL Server?
Define connection string?
What is the difference between Optimistic and Pessimistic locking?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What are the objects of ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is the difference between Dataset. clone and Dataset.copy?
Explain the advantages and disadvantages of using datalist?