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 are the Features and disadvantages of dataset
What is aggregating data ?
What is the difference in record set and dataset?
What are the several execute methods of ado.net?
What are the parameters that control most of connection pooling behaviors?
What are the difference between readonly vs. Const?
What is openquery?
What is shadow copy?
What are the benefits of using of ADO.NET in .NET 4.0?
Give an example that shows how to execute a stored procedure in ado.net?
How do you find the count of records in a dataset?
Name which operations can you not perform on an ado.net dataset?
Does ado.net use odbc?
differance between ADO vs ADO.Net?
What is the use of SqlCommand object?