Menu
Your Cart

MySQL Data Access Components (MyDAC)

MySQL Data Access Components (MyDAC)

Need more information on this product?

Please contact us on +44 (0)20 8733 7100 or via our online form.

Contact Us

If you are not currently a customer, you can apply for an account.

Register here


  • SKU: CRVCLMYSQL


Library of components that provides direct access to MySQL database servers from Delphi, Delphi for .NET, C++Builder, Kylix, and Free Pascal. It can connect directly to MySQL server or work through the MySQL client library.

MySQL Data Access Components (MyDAC) is a library of components that provides direct access to MySQL from Delphi, C++Builder, Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Android, Linux and FreeBSD for both 32-bit and 64-bit platforms. Applications based on MyDAC can connect directly to MySQL server or work through the MySQL client library. MyDAC is designed to help programmers develop faster and cleaner MySQL database applications.

MyDAC is a complete replacement for standard MySQL connectivity solutions and presents an efficient alternative to the Borland Database Engine (BDE) and standard dbExpress driver for access to MySQL.

Key Features:

  • Direct Mode: Allows your application to work with MySQL directly without involving MySQL client library, thus significantly facilitating deployment and configuration of your applications.
  • Mobile Development: Develompent for iOS and Android mobile devices using MyDAC becomes still easier, as MyDAC allows your mobile applications to work with MySQL database as simply as desktop applications do.
  • DB Compatibility: Our product supports MySQL servers: 6.0, 5.6, 5.5, 5.1, 5.0, 4.1, 4.0, 3.23; MySQL Embedded servers: 6.0, 5.6, 5.5, 5.1, 4.1, 4.0; MariaDB 5.x
  • Data Type Mapping: If you want to make custom correspondence between MySQL Server and Delphi data types, you can use a simple and flexible Data Type Mapping engine provided by MyDAC.
  • IDE Compatibility: Our product is compatible with the latest IDE versions: Embarcadero RAD Studio 10.1 Berlin, Delphi 10.1 Berlin, C++Builder 10.1 Berlin, Lazarus (and FPC). It is also compatible with the previous IDE versions since Delphi 5 and C++Builder 6.
  • Development Platforms: Now you can develop not only VCL-based applications in Delphi and LCL-based ones in Lazarus, but also use the newest FireMonkey application development platform.
  • Performance: All our components and libraries are designed to help you write high-performance, lightweight data access layers, therefore they use advanced data access algorithms and techniques of optimisation.
  • Monitoring: Use devart's dbMonitor tool to monitor and analyse all the DB calls made by your application using MyDAC. dbMonitor performs percomponent tracing of SQL statement execution, commits, rollbacks, etc.

MySQL Data Access Components (MyDAC) - Features

All editions of MyDAC include the following basic components:

  • TMyConnection - lets you set up and control connections to MySQL database server
  • TMyQuery - uses SQL statements to retrieve data from MySQL table or tables and supply it to one or more
  • data-aware components through a TDataSource component and provides flexible data update functionality
  • TMyTable - allows to retrieve and update data single table without writing SQL statement
  • TMyStoredProc - executes stored procedures and functions
  • TMyCommand - executes SQL statements and stored procedures, which do not return rowsets
  • TMyScript - executes sequence of SQL statements
  • TMyUpdateSQL - lets you tune update operations for a DataSet component
  • TMyDataSource - provides an interface between a MyDAC dataset components and data-aware controls on a form
  • TMySQLMonitor - allows to monitor dynamic SQL executing in MyDAC based applications
  • TMyConnectDialog - allows you to build custom prompts for usernames, passwords, and servers
  • TCRDBGrid - extends TDBGrid capabilities, provides visual access to filters and incremental search
  • TVirtualTable - provides dataset functionality for data that has no real database connection
  • MyDataAdapter - .NET component, uses TDataSet as data source for retrieving and saving data to System.Data.DataSet

MyDAC Professional Edition and MyDAC Developer Edition include the following additional components:

  • TMyLoader - provides quick loading data to MySQL database
  • TMyDump - serves to store a database or its parts as a script and also to restore database from received script
  • TMyBackup - serves for backup copying specified tables on the server
  • TMyServerControl - serves to control the server and execution of standard service tasks
  • TMyEmbConnection - is used to establish connection to MySQL Embedded server
  • TMyBuilder - serves to manage SQL Builder for MySQL Add-in
  • TCRBatchMove - transfers data between all types of TDataSet descendants

Back to top

Key Features

The following list describes the main features of Data Access Components for MySQL.
  • Direct access to server data without using client library. Does not require installation of other data provider layers (such as BDE and ODBC)
  • VCL, VCL.NET, and CLX versions of library available
  • Full support of the latest versions of MySQL Server
  • Support for all MySQL Server data types
  • Disconnected Model with automatic connection control for working with data offline
  • Local Failover for detecting connection loss and implicitly reexecuting certain operations
  • All types of local sorting and filtering, including by calculated and lookup fields
  • Automatic data updating with TMyQuery, TMyTable, and TMyStoredProc components
  • Unicode and national charset support
  • Supports many MySQL-specific features, such as locking, SET and ENUM types
  • Advanced script execution functionality with TMyScript component
  • Support for using macros in SQL
  • Integration with MyDeveloper Tools for performing advanced database development and administration tasks
  • Easy migration from BDE with Migration Wizard
  • Lets you use Professional Edition of Delphi and C++Builder to develop client/server applications
  • Includes annual MyDAC Subscription with Priority Support
  • Licensed royalty-free per developer, per team, or per site

General Features

General usability

  • Direct access to server data. Does not require installation of other data provider layers (such as BDE and ODBC)
  • Interface compatible with standard data access methods, such as BDE and ADO
  • VCL, VCL for .NET, and CLX versions of library available
  • Separated run-time and GUI specific parts allow you to create pure console applications such as CGI
  • Unicode and national charset support

Network and connectivity

  • Disconnected Model with automatic connection control for working with data offline
  • Local Failover for detecting connection loss and implicitly reexecuting certain operations

Compatibility

  • Full support of the latest versions of InterBase, Firebird and Yaffil database servers
  • Support for all InterBase data types
  • Compatible with all IDE versions starting with Delphi 5, C++Builder 5, and Kylix 2, except Delphi 8
  • Includes provider for UniDAC Standard Edition [New]
  • Wide reporting component support, including support for InfoPower, ReportBuilder, FastReport
  • Support of all standard and third-party visual data-aware controls
  • Allows you to use Professional Edition of Delphi and C++Builder to develop client/server applications

MySQL Server technology support

  • Fast record insertion with TMyLoader component
  • HANDLER syntax support
  • Transaction isolation level support
  • Possibility to retrieve last auto-incremented value
  • Session identifer retrieval
  • Server object information retrieval
  • Row-level and table-level locking support

Performance

  • High overall performance
  • Fast controlled fetch of large data blocks
  • Optimized string data storing
  • Advanced connection pooling
  • High performance of applying cached updates with batches
  • Caching of calculated and lookup fields
  • Fast Locate in a sorted DataSet
  • Preparing of user-defined update statements

Local data storage operations

  • Database-independent data storage with TVirtualTable component
  • CachedUpdates operation mode
  • Local sorting and filtering, including by calculated and lookup fields
  • Local master/detail relationship
  • Master/detail relationship in CachedUpdates mode

Data access and data management automation

  • Automatic data updating with TIBCQuery and TIBCTable components
  • Automatic record refreshing and locking
  • Automatic query preparing
  • Support for ftWideMemo field type in Delphi 2006 and higher

Extended data access functionality

  • Separate component for executing SQL statements
  • Simplified access to table data with TIBCTable component
  • Ability to retrieve metadata information with TIBCMetaData component [New]
  • BLOB compression support
  • Support for using macros in SQL
  • Ability to customize update commands by attaching external components to TIBCUpdateSQL objects
  • Deferred detail DataSet refresh in master/detail relationships
  • MIDAS technology support
  • IBCDataAdapter component for WinForms and ASP.NET applications

Data exchange

  • Transferring data between all types of TDataSet descendants with TCRBatchMove component
  • Data export and import to/from XML (ADO format)
  • Ability to synchronize positions in different DataSets

Script execution

  • Advanced script execution features with TIBCScript component
  • Support for executing individual statements in scripts
  • Support for executing huge scripts stored in files with dynamic loading
  • Ability to use standard ISQL syntax in scripts

SQL execution monitoring

  • Extended SQL tracing capabilities provided by TIBCSQLMonitor component and DBMonitor application
  • Borland SQL Monitor support
  • Ability to send messages to DBMonitor from any point in your program

Visual extensions

  • Includes source code of enhanced TCRDBGrid data-aware grid control
  • Customizable connection dialog

Design-time enhancements

  • DataSet Manager tool to control DataSet instances in the project
  • Advanced design-time component and property editors
  • Automatic design-time component linking
  • Easy migration from BDE and IBX with Migration Wizard
  • More convenient data source setup with the TIBCDataSource component
  • Syntax highlighting in design-time editors

Product clarity

  • Complete documentation sets
  • Printable documentation in PDF format
  • A large amount of helpful demo projects

Licensing and support

  • Included annual IBDAC Subscription with Priority Support
  • Licensed royalty-free per developer, per team, or per site

Back to top

What's New in MyDAC 5.80

  • Free Pascal under Linux supported
  • Added NoPreconnect property to TMyScript for executing CONNECT and CREATE DATABASE commands

New Features in Version 5.70

  • Delphi 2009 and C++Builder 2009 supported
  • Extended Unicode support for Delphi 2007 added (special Unicode build)
  • Free Pascal 2.2 supported
  • Powerful design-time editors implemented in Lazarus
  • Completed with more comprehensive structured Help

Features in Version 5.55

  • dbForge Fusion for MySQL support added

Back to top

MySQL Data Access Components (MyDAC) - System Requirements

MyDAC supports MySQL server versions 5.1, 5.0, 4.1, 4.0, and 3.23.

MyDAC is compatible with the following IDEs:

  • CodeGear C++Builder 2009
  • CodeGear Delphi 2009 for Win32
  • CodeGear RAD Studio 2007
  • CodeGear C++Builder 2007
  • CodeGear Delphi 2007 for Win32
  • Turbo Delphi Professional
  • Turbo Delphi for .NET Professional
  • Turbo C++ Professional
  • Borland Developer Studio 2006 including support of Delphi for Win32, Delphi for .NET and C++Builder personalities
  • Borland Delphi 2005
  • Borland Delphi 8
  • Borland Delphi 7
  • Borland Delphi 6
  • Borland Delphi 5
  • Borland C++Builder 6
  • Borland C++Builder 5
  • Free Pascal for Win32 (only Editions with Source Code and Trial Edition)
  • Borland Kylix 3
  • Borland Kylix 2

MyDAC only supports Professional, Enterprise, and Architect IDE editions. Also, MyDAC does not support Kylix Open Edition.