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
Describe the command object and its method.
How do you connect to sql server database without using sqlclient?
What is the difference between ADO and ADO.Net?
What is the purpose of using adodb?
Define Execute Reader?
Command objects uses, purposes and their methods.
how can implement dropdownlist in particular of dataset when try to update?
What are the uses of Stored Procedure?
What is the use of connection object in ado.net?
What is DataReader Object?
Explain the basic use of "dataview" and explain its methods.
What is datasource in ado.net?
What is ado asp?
What is ado.net connection?
What are all the commands used with Data Adapter?