WHAT Are the major major compnents of a data provider in
ADO.net.

Answers were Sorted based on User's Feedback



WHAT Are the major major compnents of a data provider in ADO.net...

Answer / mehboob ali chouhan

1.Connection
2.DataReader
3.DataAdapter
4.Command

Is This Answer Correct ?    0 Yes 0 No

WHAT Are the major major compnents of a data provider in ADO.net...

Answer / shishir kumar patel

The major Component of Data Provider is
1-Connection
2-Command
3-datareader
4-dataadapter

Is This Answer Correct ?    0 Yes 0 No

WHAT Are the major major compnents of a data provider in ADO.net...

Answer / rajeesh m

Dataset and .Net data provider

Is This Answer Correct ?    7 Yes 8 No

WHAT Are the major major compnents of a data provider in ADO.net...

Answer / servesh saxena

Major components are based on major namespaces used in ADO.net

System.data
System.data.common.
System.data.sqlclient
System.data.oledb
System.data.odbc
System.data.types

theses are the majorly used namespaces any provider,dataset
reader etc are based out of these name spaces.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More ADO.NET Interview Questions

What are the major difference between classic ADO and ADO.NET?

0 Answers  


How can we load multiple tables in a dataset?

0 Answers  


Explain how do you connect to sql server database without using sqlclient?

0 Answers  


What are the functions of oledbdataadapter?

4 Answers  


What is difference between ado and other data object?

0 Answers  






Which parameter of ConnectionString is used to specify the name of the database?

0 Answers  


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

2 Answers   Network Solutions,


Which database is the ado.net?

0 Answers  


Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.

3 Answers   Directi,


Explain why edit is not possible in repeater?

0 Answers  


Difference between datareader and dataset?

26 Answers   Microsoft, Noel Infotech, Satyam, Value Labs,


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

0 Answers  


Categories