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 ole used for?
Which namespaces are used for data access?
Define data access layer?
What is ado.net explain with diagram?
What is shadow copy?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the usage of the dataset object in ado.net?
What are the several execute methods of ado.net?
How to check if the Dataset has records ?
How can we load multiple tables in a dataset?
What is data access pattern?
What we do with the object of ado.net dataset after using it?
What is ado.net object model?
What are the different methods available under the sqlcommand class to access the data?
Explain why edit is not possible in repeater?