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
What is difference between write and writeline in c#?
What is use of hashtable in c#?
What is the use of table aliases?
Explain About delegates
What is a helper method in c#?
Is javascript harder than c#?
Where’s global assembly cache located on the system?
What is method overriding in c#
4. Describe the process when we send a request URL? And who is responsible for that?
What can you do as a .net developer?
What is private void in c#?
What is multiple interface in c#?
Different between method overriding and method overloading?
What is Inheritance in C#?
What's the difference between an integer and int?