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 the purpose of using adodb?
What are the key events of sqlconnection class?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Which object needs to be closed?
What is dao and ado?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is difference between dataset and datatable?
Explain the difference between sqlcommand object and command behavior object?
Which database is the ado.net sql connection object designed for?
What are the advantages and drawbacks of using ado.net?
Is it possible to load multiple tables in a Dataset?
How can we check that some changes have been made to dataset since it was loaded?
What is ole in excel?
How to aggregating data across related tables?
What is ado.net code?