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 are the major difference between classic ADO and ADO.NET?
What are the advantages of oledb compared with other classes?
Is entity framework better than ado.net?
What is dataset and datatable in ado.net?
What do you mean by performing asynchronous operation using command object?
What is the difference between statement and preparedstatement interface?
Explain the namespaces in which .net has the data functionality class.
What is Data view?
How do you update a dataset in ado.net and how do you update database through dataset?
What DataReader class do in ADO.NET ?
Define the data provider classes that is supported by ado.net?
Is bulk insert faster than insert?
Explain what is datagrid with an example?
What is datasource in ado.net?
Can we load multiple tables in a dataset?