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
Where do we set the min and max pool size for connection pooling?
What is readline c#?
What is dependency injection?
Define method overloading in c#?
What is sorted list in c#?
Explain how to parse a datetime string?
Explain what is the smallest unit of execution in .net?
Define clr in .net?
What are the 2 types of data types available in c#?
What does .length do in c#?
Can a static class contain non static members?
Describe an interface class?
How do you create dlls in .NET
What is meant by collections in c#?
Can private virtual methods be overridden in c#.net?