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?
Which namespaces are used for data access?
What is meant by executenonquery?
How do I delete a row from a DataTable?
What are the key events of sqlconnection class?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is the default Timeout for SqlCommand.CommandTimeout property?
how we can fire event in databound coulm in datagfrid withot using button?
Define atomicity?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is ado.net connection?
What is ado code?
Which method in OLEDBAdapter is used to populate dataset with records?
Which is faster entity framework or ado.net?
How do you find the count of records in a dataset?