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 is the difference between executenonquery () and executescalar ()?

0 Answers  


How do you update a dataset in ado.net and how do you update database through dataset?

0 Answers  


What does sqldatareader return?

0 Answers  


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

0 Answers  


What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,






What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


What is the use of data grid?

0 Answers  


Can we do database operations without using any of the ado.net objects?

0 Answers  


What are dataproviders?

0 Answers  


how do u connect ado.net to sql server

1 Answers   Microsystems,


What is the difference between Datareader and Dataset?

0 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


Categories