What provider ADO.net use by default?

Answers were Sorted based on User's Feedback



What provider ADO.net use by default?..

Answer / sabyasachi

SQLclient is the default provider of ADO.Net.

Is This Answer Correct ?    15 Yes 3 No

What provider ADO.net use by default?..

Answer / balu

ADO.Net have no dafault Provider..We have to include
externally like "using System.Data.SqlClient"

Is This Answer Correct ?    8 Yes 1 No

What provider ADO.net use by default?..

Answer / easty

no default provider

Is This Answer Correct ?    8 Yes 3 No

What provider ADO.net use by default?..

Answer / shashi sharma

ado.net use sqlclient by default.

Is This Answer Correct ?    6 Yes 1 No

What provider ADO.net use by default?..

Answer / rashmi

Default Provider is SQLclient.

Is This Answer Correct ?    7 Yes 3 No

What provider ADO.net use by default?..

Answer / sharat

sqlclient is the default data provider

Is This Answer Correct ?    6 Yes 4 No

What provider ADO.net use by default?..

Answer / praveen

sqlclient

Is This Answer Correct ?    2 Yes 2 No

What provider ADO.net use by default?..

Answer / kavita

there is no any default provider,we have mention there which provider we going to include.

Is This Answer Correct ?    1 Yes 2 No

What provider ADO.net use by default?..

Answer / lalitha

The below link gives the answer for this question. ADO.NET
does not default to anything.
http://www.devnewsgroups.net/group/microsoft.public.dotnet.f
ramework.adonet/topic43724.aspx

Is This Answer Correct ?    0 Yes 2 No

What provider ADO.net use by default?..

Answer / chauhan rakesh botad

NO DEFAULT PROVIDER OF ADO.NET.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

What do you mean by performing asynchronous operation using command object?

0 Answers  


What are the parameters that control most of connection pooling behaviors?

0 Answers  


What is ole db query?

0 Answers  


What is the use of data grid?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  






What is ado and dao?

0 Answers  


What is basic use of data view?

0 Answers  


What is data adapter in ado.net with example?

0 Answers  


feature of ADO.Net

11 Answers   Wipro,


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


Define data access layer?

0 Answers  


What is data view and variable view?

0 Answers  


Categories