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
Explain why edit is not possible in repeater?
What is a serialized object?
What is the current version of entity framework?
how Sequence to connect and retrieve data from database using dataset?
How can we add/remove row's in "datatable" object of "dataset"?
What is the difference between executenonquery () and executescalar ()?
What is the difference in record set and dataset?
What is sql connection in ado.net?
What is datasource in ado.net?
What are the rules to implement connection pooling?
Explain advantages of ado.net?
What is data adapter in ado.net with example?
Does dapper use ado.net?
What is the use of sqldatareader class?
Explain how can we load multiple tables in to dataset?