Do you receive the Programmer's Heaven newsletter? If not, why not subscribe?
*/

Other Views

corner
*/

ADONET FAQ - Core Objects That Make Up a Data Provider

What are the core objects that make up a dot net framework data provider?

The core objects that make up a data provider are:

ClassDescription
ConnectionRepresents a connection to the database system
CommandRepresents SQL query or command to be executed at the database management system
DataAdapterA class that connects to the database system, fetch the record and fill the dataset. It contains four different commands to perform database operations; Select, Update, Insert, Delete.
DataReaderA stream that reads data from the database in connected design
ParameterRepresents a parameter to a stored procedure


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.
Resource Listings