What is a database provider?

Answers were Sorted based on User's Feedback



What is a database provider?..

Answer / sireesha

MySQLDirect .NET is data provider to direct access to MySQL
database server for
the Microsoft .NET Framework and .NET Compact Framework. It
is completely based
on ActiveX Data Objects for the .NET Framework (ADO.NET)
technology. ADO.NET provides
a rich set of components for creating distributed, data-
sharing applications. It
is an integral part of the .NET Framework, providing access
to relational data,
XML, and application data.





MySQLDirect .NET data provider can be used in the same way
as the SQL Server .NET
or the OLE DB .NET Data Provider. Data provider can access
MySQL server either using
native MySQL network protocol directly or through MySQL
client library. It allows
to create lightweight and fast applications working with
MySQL.

Is This Answer Correct ?    1 Yes 0 No

What is a database provider?..

Answer / swapnali

Database Provider is nothing but a Provider that provides
Database.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

Which are the different IsolationLevels ?

3 Answers  


What are the advantages of oledb compared with other classes?

0 Answers  


Difference between OLEDB Provider and SqlClient ?

2 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


What is serialization and de-serialization in .net? How can we serialize the dataset object?

0 Answers  






What is difference between dataset and datatable?

0 Answers  


Name which operations can you not perform on an ado.net dataset?

0 Answers  


What is aggregate root?

0 Answers  


What is the difference between oledb sql server and oledbdotnet provider?

0 Answers  


What is partial class?

0 Answers  


Define the data provider classes that is supported by ado.net?

0 Answers  


Describe briefly an ADO.NET Dataset ?

0 Answers   Siebel,


Categories