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 difference between Command and CommandBuilder object?
What is a data control clerk?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the use of SqlCommand object?
Why edit is not possible in repeater?
What is linq and entity framework?
What is sqldatareader?
What is an example of ordinal data?
What are the usages of the command object in ado.net?
What are the key features of ado.net?
Which is better ole db or odbc?
What is sqldatareader in ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is disconnected scenario in entity framework?
how we can fire event in databound coulm in datagfrid withot using button?