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
Are value types sealed?
what is IComparable
What is singleordefault?
What is the benefit of dependency injection c#?
Name any three ways to pass parameters to a method in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Which function is the entry point for a DLL in MS Windows 3.1?
in object oriented programming, how would you describe encapsulation?
What is the use of properties window?
What is difference between string and string builder?
Can you access a hidden base class method in the derived class?
What is the reason behind the invention of c#?
What is the advantage of constructor in c#?
Explain the difference between a namespace and assembly name in .net?
What is base class in c#?