What happens when u try to update data in a dataset in .NET
while the record is already deleted in SQL SERVER as backend?
Answers were Sorted based on User's Feedback
Answer / vaidyanathan r.
If the updating is done in DataSet then there will be no
error. It will work fine. Because Dataset is totally
disconnected from the Database and unaware of changes
happened in the backend. The user is free to update the
dataset.
Once the changed data is updated in the database(backend)
then an SQLException will be thrown.
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / rahul
no error happened because data set is totaly worked in
discontecd form.it will unaware of changes happened in the
backend.
but if we are trying to update original database using data
set then SQLException will be thrown
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sabir
it thorgh the execption that the object is not available
Is This Answer Correct ? | 5 Yes | 4 No |
How to work with disconnected data - the dataset and sqldataadapter?
What does executenonquery () method return?
Differnce between Stored procedure and user defined functions?
17 Answers Microsoft, Symphony,
Explain what are acid properties?
How to aggregating data across related tables?
What is ado connection?
What is the full form of ado.net?
What are the functions of oledbdataadapter?
What is csdl entity framework?
What is ado code?
Explain the namespaces in which .net has the data functionality class.
What is ole2 format?