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 / vaidyanathan r.
An SQLException object is thrown
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is ado recordset?
Describe the disconnected architecture of ADO.NET’s data access model.
What is difference between datareader and dataadapter?
What is difference between sqldatareader and sqldataadapter?
What is the use of SqlCommand object?
What is the difference between Command and CommandBuilder object?
Which method is used by command class to execute SQL statements that return single value?
Which control of the BindingNavigator returns the current position within the data source?
What are two types of transaction supported by ado.net?
What is sqldatareader?
What is untyped dataset?
Define the executescalar method?
What is the difference between ADO and ADO.Net?
Explain how can we load multiple tables in to dataset?
What is a non query?