*/
Know a good article or link that we're missing? Submit it!

Other Views

corner
*/

ADONET FAQ - Interaction of Different Components in Connected Architecture

How do different components of ADO.Net interact with each other in connected architecture?

Here, the Command object contains the Connection object. The Command object uses the containing connection (that must be opened) to execute the SQL query and if the SQL statement is SELECT, returns the DataReader object. The data reader object is the stream to the database which reads the resulting records from the DB and passes them to the application

http://www.programmersheaven.com/articles/images/faq/image006.gif

Back
corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.