What happens when u try to update data in a dataset in .NET
while the record is already deleted in SQL SERVER as backend?

Answers were Sorted based on User's Feedback



What happens when u try to update data in a dataset in .NET while the record is already deleted in ..

Answer / vaidyanathan r.

If the updating is done in DataSet then there will be no
error. It will work fine. Because Dataset is totally
disconnected from the Database and unaware of changes
happened in the backend. The user is free to update the
dataset.

Once the changed data is updated in the database(backend)
then an SQLException will be thrown.

Is This Answer Correct ?    19 Yes 0 No

What happens when u try to update data in a dataset in .NET while the record is already deleted in ..

Answer / 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

What happens when u try to update data in a dataset in .NET while the record is already deleted in ..

Answer / sabir

it thorgh the execption that the object is not available

Is This Answer Correct ?    5 Yes 4 No

What happens when u try to update data in a dataset in .NET while the record is already deleted in ..

Answer / vasudevan

Throws Exeption object is not availabe

Is This Answer Correct ?    5 Yes 4 No

What happens when u try to update data in a dataset in .NET while the record is already deleted in ..

Answer / vaidyanathan r.

An SQLException object is thrown

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More ADO.NET Interview Questions

what is the syntax code for oldb to connect oracle?

2 Answers  


Explain what is datagrid with an example?

0 Answers   C DAC, CDAC,


What is ado or jdbc?

0 Answers  


Which is better ole db or odbc?

0 Answers  


What are the key events of sqlconnection class?

0 Answers  






What is difference between datatable and dataset?

0 Answers  


What is the namespaces being used to access oracle database?

0 Answers  


What are the essential features of ado.net?

0 Answers  


What is ODP.NET ?

1 Answers   TCS,


What is ado net stands for?

0 Answers  


What is data view and variable view?

0 Answers  


What is difference between datagridview and datagrid control in winforms?

0 Answers  


Categories