MyDirect .NET Data Provider

by Devart (formerly Core Lab) - Product Type: Component / .NET Class / .NET Compact Framework / 100% Managed Code

Screenshot of MyDirect .NET Data Provider - .NET - V4.7Data provider for direct access to MySQL. MyDirect .NET is a full-featured 100% managed .NET data provider for direct access to MySQL for .NET Framework and .NET Compact Framework. The provider can access MySQL server using native MySQL network protocol directly or through MySQL client. MyDirect .NET provides functionality for connecting to MySQL database, executing commands, and retrieving results. Supports the latest versions of MySQL, all MySQL data types and Embedded server. Offers SSL connection to MySQL server and SSH client forwarding protocol support and provides stored procedures support for MySQL 5.0 and returning result sets from stored procedures.

From
$97.95
Price in

Our regular prices are shown below. Please logon to see your discounted prices.

MyDirect .NET Data Provider V4.7 - Standard

Add to Cart $ 97.95 1 Developer License - with 1 Year Subscription Download (6.8 MB)
Add to Cart $ 48.95 1 Developer License - Upgrade from Standard V3.x Verify Download (6.8 MB)
Add to Cart $ 440.95 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - with 1 Year Subscription Download (6.8 MB)

MyDirect .NET Data Provider V4.7 - Professional

Add to Cart $ 146.95 1 Developer License - with 1 Year Subscription Download (35.9 MB)
Add to Cart $ 58.75 1 Developer License - Upgrade from Professional V3.x Verify Download (35.9 MB)
Add to Cart $ 636.95 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - with 1 Year Subscription Download (35.9 MB)

MyDirect .NET Data Provider V4.7 - Mobile

Add to Cart $ 146.95 1 Developer License - with 1 Year Subscription Download (4.9 MB)
Add to Cart $ 58.75 1 Developer License - Upgrade from Mobile V3.x Verify Download (4.9 MB)
Add to Cart $ 636.95 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) - with 1 Year Subscription Download (4.9 MB)

MyDirect .NET Data Provider Standard Subscription Renewal

Add to Cart $ 48.95 1 Developer License Subscription Renewal Verify Download (29 KB)
Add to Cart $ 215.55 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Subscription Renewal Verify Download (29 KB)

MyDirect .NET Data Provider Professional Subscription Renewals

Add to Cart $ 58.75 1 Developer License Subscription Renewal Verify Download (29 KB)
Add to Cart $ 244.95 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Subscription Renewal Verify Download (29 KB)

MyDirect .NET Data Provider Mobile Subscription Renewals

Add to Cart $ 58.75 1 Developer License Subscription Renewal Verify Download (29 KB)
Add to Cart $ 244.95 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Subscription Renewal Verify Download (29 KB)

This product is available on the GSA Pricing ScheduleOur prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase.  All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.

Our regular prices are shown above. Please logon to see your discounted prices.

What's new in MyDirect .NET V4.7x?

  • Added DB server-based data paging for web applications
  • MySqlDataSource design time improvements
  • ASP.NET demo pack added
  • DotNetNuke 4.7 support added
  • Added support for CLIENT_INTERACTIVE connection option
  • MySqlSelectStatement.TryParse method added
  • DataLink.DataSource property can refer to another DataLink com

What’s new in V4.x?

Application development enhancement

  • Added DataSet Manager to control dataset instances in the project
  • Added DataSet Editor for convenient datasets manipulation
  • New MySqlDataSet class to use with MySqlDataTable
  • New component DataLink added for flexible data binding
  • New capabilities added to MySqlDataTable class
  • Added capability for cross-form components cooperation
  • Design time visualization extended
  • Supported addin, DataSet Wizard, and MySQL Developer Tools integration with Borland Developer Studio

 

.NET 2 features

  • Added MySqlDependency class to support Database Change Notification
  • Added MySqlDataSourceEnumerator class to support Server Enumeration feature
  • Added support for Batch Update in MySqlDataAdapter
  • Added support for returning provider-specific types in MySqlDataReader and MySqlDataAdapter
  • SQL Server 2005 Business Intelligence Solutions supported
  • Added data provider and set of data access modules for DotNetNuke
  • Added MySqlSelectStatement class for building SELECT statements
  • Added MySqlDecimal class to represent MySQL DECIMAL type
  • Added MySqlBinaryString class to represent BINARY and VARBINARY type
  • Added list of hosts in connection form and connection properties
  • Added MySqlLoader.LoadTable() method
  • Base level classes moved to the new assembly CoreLab.Data.dll
  • New demo projects added
  • Added DbLoader class that serves to load external data into database
  • Added MySQLDirect .NET information to Visual Studio 2005 splash screen and About box

MyDirect .NET 3.55.18 new feature:

  • Windows Vista support added

MyDirect .NET V3.50.10 new features:

  • Implemented advanced integration with Visual Studio 2005, including Server Explorer, Data Source wizard, TableAdapter configuration, Query Builder and configuring web component SqlDataSource
  • Mono support added
  • ASP.NET 2.0 providers added: Membership Provider, Role provider, Session State Provider, Profile provider
  • Dataset Wizard added
  • Enterprise Library Data Access Application Block support added
  • OUT and INOUT parameters in stored procedures supported
  • Borland Delphi 2006 support added
  • Added support for stored procedures in FetchAll=true and Prepared modes
  • Provider invariant name changed
  • Added streaming support for MySqlScript
  • Added list of Frequently Asked Questions
  • MySQL Developer Tools installation separated from MySQLDirect .NET Professional installation
  • MySQLDirect .NET Professional is now compatible with version 1.70 of MySQL Developer Tools
  • Capability to call MySQLDirect .NET runtime assemblies by partially trusted code added
  • Licensing enhanced for applications that use DbProviderFactory
  • Migration wizard design enhanced

Editions: MyDirect .NET has three editions: Professional, Standard and Mobile. Standard edition includes ADO.NET core classes and classes for native data types only. Professional edition includes additional classes, design-time extensions and wizards. Mobile is for the .NET Compact Framework

MyDirect .NET is data provider to direct access to MySQL database server for the Microsoft .NET Framework and .NET Compact Framework. It completely based on ActiveX Data Objects for the .NET Framework (ADO.NET) technology. MyDirect .NET data provider can be used in the same way as the SQL Server .NET or the OLE DB .NET Data Provider. The 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.

MyDirect .NET provides functionality for connecting to MySQL database, executing commands, and retrieving results. Those results can be processed directly, or placed in an ADO.NET DataSet for further processing while in a disconnected state. While in the DataSet, data can be exposed to the user, combined with other data from multiple sources, or passed remotely between tiers. Any processing performed on the data while in the DataSet can then be reconciled to MySQL database.

MyDirect .NET data provider is designed to be lightweight. It consists of a minimal layer between MySQL database and your code. This extends functionality without sacrificing performance.

Following the main features of the MyDirect .NET Data Provider

  • Direct access to MySQL server
  • Doesn't require MySQL client library and uses MySQL protocol directly
  • 100% managed code
  • High performance
  • Easy to deploy
  • Supports the latest versions of MySQL server
  • All MySQL data types support
  • Compact Framework support
  • Stored procedures support
  • Support MySQL Embedded server
  • Connection pooling feature
  • Support multiple query execution
  • Fill DataSet with multiple query
  • MySqlScript component to execute scripts
  • MySqlLoader component for fast loading data
  • Ability to store data in DataReader object
  • Paginal access to query result
  • Named parameters support
  • Ability of monitoring query execution by DBMonitor
  • Advanced design-time editors
  • Integrated MySQL Developer Tools for browsing database schema, manipulate database objects and visual building queries
  • Easy migration from ODBC and OLE DB .NET Data Providers with Migration Wizard
  • Help integrated into Visual Studio .NET
  • Free support for registered users

MyDirect .NET supports MySQL server version 5.0, 4.1, 4.0 and 3.23. The provider works with .NET Framework 1.0, 1.1, 2.0 and .NET Compact Framework, and can be used with the following development environments:

  • Microsoft Visual Studio .NET 2008
  • Microsoft Visual Studio .NET 2005
  • Microsoft Visual Studio .NET 2003, 2002
  • Microsoft ASP.NET Web Matrix
  • Borland Delphi 2005, 2006, Delphi 8
  • Borland C#Builder

Product Search

Enter search words:

Award