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 meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

0 Answers  


What are the different namespaces used in the project to connect the database?

3 Answers  


What is ado code?

0 Answers  


What is a control toolbox?

0 Answers  


Which object holds only data and does not interact with data source?

0 Answers  






Using Ado.net, what front ends and back ends can you use?

10 Answers  


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

0 Answers  


What is typed dataset ?

0 Answers   NA,


What are the key features of ado.net?

0 Answers  


can we create synonymn in ms access,sql server,my sql if so explain me with example

0 Answers  


What is the use of sqldatareader class?

0 Answers  


What is microsoft ole db provider for sql server?

0 Answers  


Categories