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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between write and writeline in c#?

679


What is use of hashtable in c#?

682


What is the use of table aliases?

688


Explain About delegates

830


What is a helper method in c#?

724


Is javascript harder than c#?

718


Where’s global assembly cache located on the system?

783


What is method overriding in c#

796


4. Describe the process when we send a request URL? And who is responsible for that?

1746


What can you do as a .net developer?

710


What is private void in c#?

705


What is multiple interface in c#?

751


Different between method overriding and method overloading?

703


What is Inheritance in C#?

827


What's the difference between an integer and int?

769