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 a dynaset in access?
How can we save all data from dataset?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
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?
How do you update database through dataset?
What are the disadvantages of using datalist?
What does executereader return?
Which is better ole db or odbc?
What is the difference between Datareader and Dataset?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How to find the given query is optimised one or not?
What are all the classes that are available in System.Data Namespace?
describe the dataset object in ado.net.
Which parameter of ConnectionString is used to specify the name of the database?
What is variable view?