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

What is constants in c#?

0 Answers  


In c# how to connect crystal report?

2 Answers  


What is the compiler of c#?

0 Answers  


How is a string immutable?

0 Answers  


What is platform independence"?

0 Answers   DELL,






What is meant by unicode characters?

0 Answers  


Are c# destructors the same as c++ destructors?

0 Answers  


How is exception handling implemented in c#?

0 Answers  


What is a byte in c#?

0 Answers  


What is string concatenation?

0 Answers  


Is c# 8 released?

0 Answers  


What is var c#?

0 Answers  


Categories