Our ADO.NET Provider for MySQL gives developers the power to easily connect .NET applications to MySQL-compatible database engines like MySQL, Google CloudSQL, MariaDB, Amazon Aurora, Amazon Relational Database Service (RDS), and more! With the ADO.NET Provider for MySQL developers can simply DataBind to data, through standard .NET database connectivity. 1-2-3 Easy Steps to MySQL IntegrationConnecting .NET applications to MySQL-compatible database engines has never been easier. The MySQL Data Provider offers complete read-write access to data, through an easy to use Data Provider interface that every .NET developer is familiar with.
The CData ADO.NET Provider for MySQL offers the most natural way to access MySQL data from any .NET application. Simply use MySQL Data Provider objects to connect and access data just as you would access any traditional database. You will be able to use the MySQL Data Provider through Visual Studio Server Explorer, in code through familiar classes, and in data controls like DataGridView, GridView, DataSet, etc. Using the MySQL Data ProviderThe MySQL Data Provider wraps the complexity of accessing MySQL services in an easy-to-integrate, fully-managed ADO.NET Data Provider. Applications then access MySQL through the MySQL Data Provider with simple Transact-SQL. The ADO.NET Provider for MySQL hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more. Working with DataAdapters, DataSets, DataTables, etc.The MySQL Data Provider has the same ADO.NET architecture as the native .NET data providers for SQL Server and OLEDB including: MySQLConnection, MySQLCommand, MySQLDataAdapter, MySQLDataReader, MySQLDataSource, MySQLParameter, etc. Because of this you can now access MySQL data in an easy, familiar way. More Than Read-Only: Full Update/CRUD SupportMySQL Data Provider goes beyond read-only functionality to deliver full support for Create, Read Update, and Delete operations (CRUD). Your end-users can interact with the data presented by the MySQL Data Provider as easily as interacting with a database table. |