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 12703ADO.NET is Disconnected Architecture. DataReader is connected Architecture, but DataReader is a part of ADO.NET. How is it possible?
3 12604I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...
6 11648
describe the dataset object in ado.net.
Define connection string?
Define different execute methods of ADO.NET command object ?
Explain the difference between sqlcommand object and command behavior object?
Which is better ole db or odbc?
What are the Data providers in ADO.Net?
What is ado.net and its architecture?
How to retrieve the user id which is provided while windows authentication?
What is difference between entity framework and ado.net?
Some important instruction regarding ADO.NET connection string ?
What is the difference between Optimistic and Pessimistic locking?
If we are not returning any records from the database, which method is to be used?
What are advantages of microsoft-provided data provider classes in ado.net?
Which object needs to be closed?
What are two types of transaction supported by ado.net?