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
Explain attributes in c#?
What are Memory foot print of an exe?
What does f mean in c#?
What is the default value of singleordefault?
Can you declare a class or a struct as constant?
What are the 3 types of comments in c#?
What is cookies c#?
Why do we need to serialize data?
What is the main purpose of linq?
Is it possible to nest cfml conditional tags?
Does c# support a variable number of arguments?
To allow an element to be accessed using a unique key which .NET collection class is used ?
What is cache memory in c#?
Can you have more than one namespace in c#?
Why do we use stringbuilder in c#?