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

What are the drawbacks of using ado.net?

0 Answers  


What is the difference between OLEDB Provider and SqlClient?

0 Answers  


Explain all the classes those are used for database connections between sql server and asp.net?

0 Answers  


What are good ado.net object to replace to ado recordset object.

0 Answers  


What is the difference between ado.net and entity framework?

0 Answers  






Is ado.net an orm?

0 Answers  


what is the syntax code for oldb to connect oracle

3 Answers   IBM,


What is ado.net explain with diagram?

0 Answers  


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

0 Answers   EDS,


What is difference in record set and dataset?

0 Answers  


What is ado.net components?

0 Answers  


Does sqlclient and oledb class share the same functionality?

0 Answers  


Categories