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 / 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 |
Post New Answer View All Answers
What is an ado?
Define the data provider classes that is supported by ado.net?
How to store data in memory?
Define isolation?
How can we load multiple tables in a dataset?
What is a string variable?
Why do we serialize data?
What are the important features of ado.net 2.0?
How can we serialize the dataset object?
What is ado.net and its features?
What is the difference in record set and dataset?
Explain the difference between data reader and data adapter?
What is microsoft ado.net?
What is linq and entity framework?
How can I retrieve two tables of data at a time by using data reader?