what are advantages and disadvantages of Microsoft-provided
data provider classes in ADO.NET?



what are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?..

Answer / madduri

SQLServer.NET data provider is high-speed and robust, but
requires SQL Server license purchased from Microsoft.
OLE-DB.NET is universal for accessing other sources, like
Oracle, DB2, Microsoft Access and Informix, but it?s a .NET
layer on top of OLE layer, so not the fastest thing in the
world. ODBC.NET is a deprecated layer provided for backward
compatibility to ODBC engines.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Distinguish between continue and break statement?

0 Answers  


Explain about Protected and protected internal, ?internal? access-specifier?

7 Answers  


Explain the security with aop?

0 Answers  


Can you inherit multiple interfaces?

3 Answers  


What does the keyword virtual mean in the method definition?

3 Answers   Ipog Software, Satyam, Visual Soft,


What is icomparable in c#?

0 Answers  


What is a dll in c#?

0 Answers  


List the different stages of a thread?

0 Answers  


Describe an abstract class?

0 Answers   Siebel,


What is action in c# 3.5?

0 Answers  


What is a pre-requisite for connection pooling?

1 Answers  


may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


Categories