Answer Posted / sudheer kallipudi
DataAdapter is the bridge between the dataset and database.
Dataset is the Disconnected architecture,through
dataadapter we can get the data from database to dataset.
Once we get the data from database, connection will be
automatically disconnected.Just like Our mobile set.
Once we connected the charger to our mobile,the mobile will
charged.After batary will charge we will disconnect from
the adapter..like that.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain one critical mapping? Performance issue which one is better?
Describe the diffeerence between inline and code behind?
Explain server side state management system.
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is http pipeline in asp.net?
How long does an http session last?
What are the various ways to send content from one page to another?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Where do we store our connection string in asp.net application?
where can i gather the materials for MCP certification
How can we update records in gridview?Is there any appropriate code for it?
Explain how cookies work.
What is the difference between dispose() and finalize()?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
how to retrieve property settings from xml .config file.