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

How to Read, Add, Update and Delete record in Entity Framework ?

774


What is DataRowCollection?

825


Can we connect two dataadapters to same data source using single connection at same time?

738


How to generate a single aggregate?

728


What is the difference between data grid and data repeater?

741


Which method is used to sort the data in ADO.Net?

1736


What is the difference between Datareader and Dataset?

748


What is ado code?

696


What is ole word?

723


What we do with the object of ado.net dataset after using it?

701


What is an ado connection?

706


What is ado.net and its features?

716


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

776


How to copy the contents from one table to another table and how to delete the source table in ado.net?

742


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

756