Answer Posted / 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 |
Post New Answer View All Answers
What is ado.net in mvc?
What are the data providers in ADO.NET framework?
What is a sqldataadapter?
What is the hierarchy of data in databases?
What are two types of transaction supported by ado.net?
What is the difference between executequery and executenonquery?
What is the difference between Optimistic and Pessimistic locking?
Define the executescalar method?
How can we load multiple tables in to dataset?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Name which operations can you not perform on an ado.net dataset?
What providers does Ado.net uses?
What are the benefits of using of ADO.NET in .NET 4.0?