Main > Software Development > Components & Libraries >

Data Access Components for MySQL 5.80

Data Access Components for MySQL 5.80

Sponsored Links

Data Access Components for MySQL 5.80 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 3.19 MB
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,W
License: Commercial
Price: $129.95
Downloads: 262
Date added: 2009-04-09
Publisher: Devart

Data Access Components for MySQL 5.80 description

Data Access Components for MySQL 5.80 (MyDAC) offers you an all-in-one and useful VCL/VCL.NET/CLX component library for fast direct access to MySQL from Delphi, C++Builder, and Kylix. MyDAC is heavily performance- and stress-tested to provide the fastest available native connectivity to MySQL. MyDAC features full support for all MySQL data types and features, including support for locking, SET and ENUM types.

The MyDAC library 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 for access to MySQL.

Advantages of MyDAC Technology

MyDAC is a direct connectivity database wrapper built specifically for the MySQL server. MyDAC offers wide coverage of the MySQL feature set, supports both client and direct connection modes, and emphasizes optimized data access strategies.

1. Wide Coverage of MySQL Features

  • By providing access to the most advanced database functionality, MyDAC allows developers to harness the full capabilities of the MySQL server and optimize their database applications. MyDAC features complete support of row-level locking, HANDLER statements, and MySQL administration tasks.

2. Native Connection Options

  • MyDAC offers two connection modes to MySQL: direct connection over the network in Direct mode and connection through the standard MySQL Client in Client mode. MyDAC-based database applications are easy to deploy, do not require installation of other data provider layers (such as BDE), and tend to be faster than those that use standard data connectivity solutions.

3. Optimized Code

  • The goal of MyDAC is to enable developers to write efficient and flexible database applications. The MyDAC library is implemented using advanced data access algorithms and optimization techniques. Classes and components undergo comprehensive performance tests and are designed to help you write high-performance, lightweight data access layers.

4. Compatibility with Standard Data Access Components

  • The MyDAC interface retains compatibility with standard VCL data access components, like BDE. Existing BDE-based applications can be easily migrated to MyDAC and enhanced to take advantage of MySQL-specific features. Project migration can be automated with the BDE Migration Wizard.

How Does MyDAC Work?

MyDAC allows you to connect to MySQL in two ways: in Direct mode or in Client mode.

In Direct mode, MyDAC connects to MySQL directly without using MySQL client software. In Client mode, MyDAC connects to MySQL through the MySQL client library. The MySQL client library is supplied with the MySQL server.

In comparison, the Borland Database Engine (BDE) uses several layers to access MySQL, and requires additional data access software to be installed on client machines.

Using MyDAC in Client mode allows your application to avoid using BDE and ODBC.

Using MyDAC in Direct mode provides the optimal transfer route.

Major Features:

1. General usability

  • Direct access to server data without using client library. 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

2. 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
  • Support for all existing MySQL protocols including the prepared statement (binary) protocol
  • SSH and SSL encrypted connection support with Devart SecureBridge
  • Full support for all current authentication protocols
  • Ability to search for installed MySQL servers in a local network
  • Connection timeout and command timeout management

3. Compatibility

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

4. 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

5. 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

6. 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

7. Data access and data management automation

  • Automatic data updating with TMyQuery, TMyTable and TMyStoredProc components
  • Automatic record refreshing
  • Automatic query preparing
  • Automatic checking for row modifications by another user
  • Support for ftWideMemo field type in Delphi 2006 and higher

8. Extended data access functionality

  • Separate component for executing SQL statements
  • Simplified access to table data with TMyTable component
  • Ability to retrieve metadata information with TMyMetaData component [New]
  • BLOB compression support
  • Support for using macros in SQL
  • FmtBCD fields support
  • Ability to customize update commands by attaching external components to TMyUpdateSQL objects
  • Ability to perform MySQL administration tasks with the TMyServerControl component
  • Value range retrieval for ENUM and SET fields
  • Retrieval of output parameters from stored procedures and functions
  • Automatic retrieval of default field values
  • Deferred detail DataSet refresh in master/detail relationships
  • MIDAS technology support
  • MyDataAdapter component for WinForms and ASP.NET applications

9. 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
  • Extended data management with TMyDump, TMyBackup components

10. Script execution

  • Advanced script execution features with TMyScript component
  • Support for executing individual statements in scripts
  • Support for executing huge scripts stored in files with dynamic loading
  • Optimized multi-statement script execution
  • Ability to use standard MySQL client tool syntax in scripts
  • Ability to break long-running query execution

11. SQL Execution monitoring

  • Extended SQL tracing capabilities provided by TMySQLMonitor component and DBMonitor
  • Borland SQL Monitor support
  • Ability to send messages to DBMonitor from any point in your program
  • Ability to retrieve information about the last query execution

12. Visual extensions

  • Includes source code of enhanced TCRDBGrid data-aware grid control
  • Customizable connection dialog
  • Cursor changes during non-blocking execution

13. Design-time enhancements

  • DataSet Manager tool to control DataSet instances in the project
  • Advanced design-time component and property editors
  • Integration with dbForge Fusion for MySQL to provide browsing of database schemas, manipulating of database objects, and visual building of queries
  • Automatic design-time component linking
  • Easy migration from BDE with Migration Wizard
  • More convenient data source setup with the TMyDataSource component
  • Syntax highlighting in design-time editors

14. dbForge Fusion for MySQL main features

  • Integration with MyDAC for enhanced component designers and drag and drop features
  • Stored routines and SQL script debugger
  • SQL code completion and navigation
  • Visual query builder
  • Database Explorer
  • Visual object editors
  • Database search engine
  • Code template library
  • Security Manager
  • Session Manager
  • Export/Import Wizards

15. Product clarity

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

16. Licensing and support

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

Versions of MyDAC are available for CodeGear Delphi 2009, C++Builder 2009, CodeGear RAD Studio 2007, Delphi 2007 for Win32, C++Builder 2007, Borland Developer Studio 2006, Turbo Delphi, Turbo Delphi for .NET, Turbo C++, Delphi 2005, Delphi 7,6,5, C++Builder 6,5, FreePascal for Win32 and Linux, and Kylix 3,2. MyDAC supports MySQL server versions 5.1, 5.0, 4.1, 4.0, and 3.23.

Enhancements:

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

WareSeeker Editor

Data Access Components for MySQL 5.80 Screenshot

Advertisements

Data Access Components for MySQL 5.80 Keywords

Bookmark Data Access Components for MySQL 5.80

Hyperlink code:
Link for forum:

Data Access Components for MySQL 5.80 Copyright

WareSeeker periodically updates pricing and software information of Data Access Components for MySQL 5.80 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Data Access Components for MySQL 5.80 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
components for direct connectivity to MySQL. Free Download
ODAC is a VCL/VCL.NET/CLX component library for fast direct access to Oracle from Delphi, C++Builder, and Kylix. ODAC includes comprehensive support for Oracle functionality, including Oracle Advanced Queuing, Oracle TAF, and distributed transactions. Main advantages include direct access to Oracle data, Disconnected Model for working with data offline, Local Failover support, optimized code base, and advanced design-time integration. Free Download
Offers some nonvisual components for Borland C++ Builder. They serve for access to Oracle RDBMS. Free Download
IBDAC is a VCL/VCL.NET/CLX component library for fast direct access to InterBase, Firebird, and Yaffil servers from Delphi, C++Builder, and Kylix. Includes full support for server data types and comprehensive functionality coverage. Main advantages include direct access to server data, full support of the latest versions of InterBase and Firebird, optimized code base, advanced local data handling and design-time integration. Free Download
access components for Delphi, Delphi for .NET, and C++Builder. Free Download
PgDAC is a VCL/VCL.NET component library for fast direct access to PostgreSQL from Delphi, C++Builder, and FreePascal Free Download
SDAC is a VCL/VCL.NET/CLX component library for fast direct access to SQL Server from Delphi and C++Builder. SDAC supports all SQL Server data types and functionality, including MARS, bulk copy operations and reliable messaging. Main advantages include direct access to server data, full support of the latest versions of SQL Server, including Express and Compact editions, advanced local data handling, and optimized code base. Free Download
.NET Data Access Component will increase your productivity and provide reliability when building your data driven applications Free Download