We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?
6 12725ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
3 12614I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...
6 11672
How to find the given query is optimised one or not?
Explain the difference in an abstract class and an interface?
What is the significance of CommandBehavior.CloseConnection ?
Which control of the BindingNavigator returns the current position within the data source?
What is the use of sqldatareader class?
What is a sqldataadapter?
What are the different row versions available in table?
What are the different ado.net namespaces?
Define the executescalar method?
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?
What DataReader class do in ADO.NET ?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the drawbacks of using ado.net?
What are the different methods available under the sqlcommand class to access the data?
What is dataset object? Explain the various objects in dataset.