How would you connect to database using .NET?
differences between ADO and 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 does executereader return?
how to add a selected row of a gridview to another gridview without reloading the page??
What is the difference between ado.net and entity framework?
What is difference between datagridview and datagrid control in winforms?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Describe the command object and its method.
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 Answers Accenture, FastStream,
What are advantages of microsoft-provided data provider classes in ado.net?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?