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 are the ADO.NET Controls?

6 Answers  


What is datatable in ado.net?

0 Answers  


Describe connection object in ado.net

0 Answers  


What is the difference between statement and preparedstatement interface?

0 Answers  


what is the criteria of selection in sbi interview?

1 Answers   BCS, State Bank Of India SBI,






Explain ODP.net

0 Answers  


What is connection in ado.net?

0 Answers  


What is connection string?

0 Answers  


What is ado and rdo?

0 Answers  


What is the difference between SqlCommand and SqlCommandBuilder?

0 Answers  


How do we invoke queries from the application ?

2 Answers   ICICI, Microsoft,


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

0 Answers  


Categories