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 12925ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
3 12742I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...
6 11808
What is the hierarchy of data in databases?
What is ado code?
How can we load multiple tables in a dataset?
Which is better ole db or odbc?
How can you add or remove rows from the datatable object of dataset?
How can we perform transactions in .net?
Explain executenonquery?
What is dataadapter in ado.net?
What is the difference between sqlcommand and sqldataadapter?
What are the namespaces used in ado.net for data access?
Which keyword is used to accept variable number of parameters?
What are the disadvantages of using datalist?
What is the significance of CommandBehavior.CloseConnection ?
Why edit is not possible in repeater?
What is fill method in ado.net?