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 provider is used to connect ms access, oracle, etc…?

0 Answers  


How to store data in memory?

0 Answers  


How many types of data table are in SQL.NET

4 Answers   Chetu India, HCL, MAHINDRA,


What is oledb connection?

0 Answers  


Why is stored procedure used in ado.net?

0 Answers  






What is Debug.write does?

1 Answers  


Which database is the ado.net sql connection object designed for?

0 Answers  


What is dataadapter in ado.net?

0 Answers  


i making a project using windows application c#, i want to show user name, password, and one button login. i wanna make it with sealed class .how its possible . when i clicked my login button all project should be open. pls cleare me.

1 Answers  


What is isolation?

0 Answers  


What is executescalar and executenonquery?

0 Answers  


How can we serialize the dataset object?

0 Answers  


Categories