What are advantages and disadvantages of Microsoft-provided
data provider classes in ADO.NET?

Answer Posted / guest

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 ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a table contains 20000 records. In a page at each time 100 records to be displayed.

521


What is ole2 format?

502


What is the meaning of executenonquery?

538


What do you mean by ‘batch updates’?

513


how Sequence to connect and retrieve data from database using dataset?

754






What is ado asp?

513


What is disconnected architecture in ado.net?

506


What you mean by filtering of data?

540


What is commandbuilder in ado.net?

526


Which is faster entity framework or ado.net?

499


What does executequery return?

519


Which is faster sqldataadapter and sqldatareader?

498


What are all features of ADO.Net?

550


Is it possible to load multiple tables in a Dataset?

527


Define Execute Scalar?

553