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 are the benefits of using generics in c#?
What is _layout cshtml?
How do I automate my desktop application?
What is a console file?
What is dll file in c#?
What are the Types of caching
What is visual c# net?
Why dictionary is used in c#?
Are c# destructors the same as c++ destructors?
What is a verbatim string literal and why do we use it?
What is escape sequence in c#?
Can you instantiate a struct without using a new operator in c#?
What is the use of tryparse in c#?
explain the three services model commonly know as a three-tier application.
What is uint64_t?