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
Why delegates are required?
what is inheritance and an example in vb.net and c# of when you might use it?
What is inumerable?
Why singleton class is sealed in c#?
What is a string in c#?
Explain About ADO and its objects
What is out in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
What happens if a static constructor throws an exception?
How do I join one form to another in c#?
What is instantiating a class?
Why References are stored on heap and variables on stack?
What is xor operator in c#?
What is the major difference between a custom control and user control?
What is the difference between constant and readonly in c#?