What is the Dot Net Framework data provider for OLEDB ?

 Posted by Bharathi Cherukuri on 5/22/2012 | Category: ADO.NET Interview questions | Views: 3766 | Points: 40
Answer:

The dot net framework data provider for OLEDB provides connectivity with the OLEDB supported database management systems. It is the recommended middle tier for the SQL Server 6.5 or earlier and Microsoft Access Database. It is a general data provider. You can also use it to connect with the SQL Server or Oracle Database Management Systems.
The classes for this provider are present in the System.Data.OleDBClient namespace.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response