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

Explain executenonquery?

0 Answers  


What is difference between datagridview and datagrid control in winforms?

0 Answers  


What is the difference between oledbreader and datasetwhile connecting?

1 Answers  


Explain the difference between data reader and data adapter?

0 Answers  


What is two way data binding android?

0 Answers  


What are the different methods available under the sqlcommand class to access the data?

0 Answers  


What is a sqldataadapter?

0 Answers  


how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

1 Answers   Ford,


What are the advantages using ado.net?

0 Answers  


can u tell me the why ADO does not support xml..

2 Answers   Crea,


What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

0 Answers  


how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


Categories