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 / sabir
it thorgh the execption that the object is not available
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
how we can fire event in databound coulm in datagfrid withot using button?
What is ado.net in vb net?
differences between ADO and ADO.NET
What is a data control clerk?
Can you explain how to enable and disable connection pooling?
Explain the overview of ado.net architecture?
What are two types of transaction supported by ado.net?
What is a serialized object?
What is dbcontext and dbset in entity framework?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is the usage of the dataset object in ado.net?
Which control of the BindingNavigator returns the current position within the data source?
Explain how to create dynamic gridview?
Explain the difference in record set and dataset?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.