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 difference between ado and other data object?
What is data relation?
How do you connect to sql server database without using sqlclient?
What is the use of SqlCommandBuilder?
Which control of the BindingNavigator returns the current position within the data source?
What is a datareader object?
Explain advantages of ado.net?
Does entity framework use ado.net?
Explain how to find the given query is optimised one or not?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is difference between ado.net and asp net?
What is the difference between DataReader and DataSet in ADO.NET?
How would you connect to a database by using .NET?
What is maximum pool size in ado.net connection string?
Define atomicity?