Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


describe about the ado.net object model

Answers were Sorted based on User's Feedback



describe about the ado.net object model ..

Answer / priya

ADO object model includes five components.
They are:
SqlConnection Object,SqlCommand Object,SqlDataReader
object,Dataset object,SqlDataAdapter object.

Is This Answer Correct ?    26 Yes 2 No

describe about the ado.net object model ..

Answer / prakash

Not Sql ADO Object Model Only.But ADO.Net has the following
methods also

1.OLEDBProvider
2.SQLProvider
3.ODBCProvider

the above all has the Connection,Command,Data Reader, Data
Set, Data Adapter Also.So Finally List Only Common Object
Models , They are

1. Connection Objects
2. Command Objects
3. DataReader Object
4. DataSet Object
5. DataAdapter Object

Is This Answer Correct ?    10 Yes 2 No

describe about the ado.net object model ..

Answer / sandyni

The main object model of an ADO.Net architecture is "Data
Provider". It provides data access to SQl server ,Oracle,
Access in order to retreive,update and insert data in the
datastore.

the main objects of ADO.Net object model are....

1.connection object : used to establish connection to
database.

2.command object: it is used to execute commands and stored
procedures.

3.dataAdapter object: used to establish connection between
datastore and dataset.

4.dataReader object: used to read data from dataset in
forward only.

Is This Answer Correct ?    6 Yes 1 No

describe about the ado.net object model ..

Answer / michael jerold

connection object
command object
dataadapter object
datareader object

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What's the difference between Dataset.clone and Dataset.copy?

10 Answers   Ksb,


What are the advantages and drawbacks of using ado.net?

0 Answers  


Explain different methods and Properties of DataReader which you have used in your project?

2 Answers  


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


How can we add/remove row's in "datatable" object of "dataset"?

0 Answers  


Which is faster datareader or dataadapter?

0 Answers  


What is the difference between oledb sql server and oledbdotnet provider?

0 Answers  


Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

0 Answers  


Explain what a diffgram is and its usage ?

2 Answers  


Explain how can we load multiple tables in to dataset?

0 Answers  


What is Serialization in .NET? what are the types of Serialization?

0 Answers   Arigo Infotech,


What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


Categories