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

What are the 4 types of classes in ADO.NET?

5 Answers  


How to work with disconnected data - the dataset and sqldataadapter?

0 Answers  


What is ado or jdbc?

0 Answers  


Define executenonquery?

0 Answers  


What are advantages of microsoft-provided data provider classes in ado.net?

0 Answers  






What are the parameters that control most of connection pooling behaviours?

0 Answers  


Explain what a diffgram is and its usage ?

2 Answers  


What is the meaning of object pooling?

0 Answers  


What is ole data type?

0 Answers  


What is a datagrid?

4 Answers  


what is clustered index?why is it created?

4 Answers   Microsoft, Wipro,


Write steps of retrieving data using ado.net ?

3 Answers   Keane India Ltd,


Categories