Answer Posted / vikas kumar jha
In ADO.NET we can retrive data from the database in two
ways that is "Connected Architecture" and the other one
is "Disconnected Architecture".
DataSet supports disconnected architecture
approach in which the data/table from the database is
populated by the DataAdapter (using Fill() method) in .xml
format so thats why it is also called as InMemory DataBase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the role of clr?
How do you update database through dataset?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Define bubbled event?
describe the dataset object in ado.net.
What are the uses of Stored Procedure?
Describe the command object and its method.
Where is adodb dll located?
What is ado.net full form?
What are typed and untyped dataset?
What does executequery return?
What are the steps to connect to a database?
What is connected architecture in ado.net?
What is ado.net tutorial?
What is the difference between data grid and data repeater?