What does ADO.NET consists of ?

Answers were Sorted based on User's Feedback



What does ADO.NET consists of ?..

Answer / shwetha

it consists of:

1)SQlconnection
2)Sqlcommand
3)SqlDataAdaptor
4)SqlDataReader
5)DataSet
6)DataRow
7)DataColumn

Is This Answer Correct ?    14 Yes 0 No

What does ADO.NET consists of ?..

Answer / ansu kumar

it consist of
dataset
datarelation
datatable
datacolumn
datarow

Is This Answer Correct ?    5 Yes 0 No

What does ADO.NET consists of ?..

Answer / ansu kumar

it consists of
Dataset
dataRelation
datatable
datacolumn
datarow

Is This Answer Correct ?    3 Yes 1 No

What does ADO.NET consists of ?..

Answer / asfaq

ADO.NET is a data accessing technology provided by .NET.
It has differnt namespaces which contains different data
faunctioning classes.
namespaces are:
1.System.data
2.System.data.oledb
3.System.data.sqlclient
4.system.xml

Is This Answer Correct ?    2 Yes 0 No

What does ADO.NET consists of ?..

Answer / vaidyanathan r.

ADO.NET consists of the assemblies, types and routines
needed for making connection to database so as to
facilitate the clients(users) with simpler and secured way
of retrival and updating of data residing in the database.

Is This Answer Correct ?    2 Yes 1 No

What does ADO.NET consists of ?..

Answer / ranjeet kumar panda

ADO.NET consists of mannaged providers to communicate with
datasources from .Net languages

Is This Answer Correct ?    1 Yes 0 No

What does ADO.NET consists of ?..

Answer / beauty

Ado.Net consists of following main objects:

1. Connection
2. Command
3. Dataset
4. Datareader

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

Which namespaces are used for data access?

0 Answers   SwanSoft Technologies,


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

0 Answers  


How to get oledb connection?

3 Answers  


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

0 Answers  


how would i implement dropdownlist in gridview using c#

2 Answers  






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

10 Answers  


What is the hierarchy of data in databases?

0 Answers  


How to retrieve the third table value from the data set?

2 Answers   Network Solutions,


How do you handle data concurrency in .NET ?

9 Answers   Infogain, SunGard,


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

2 Answers  


What is reference by value how does it works in .net?

2 Answers   SQL Star,


What is the return type of executescalar?

0 Answers  


Categories