DAC for MySQL 2.7.1

Sponsored Links

DAC for MySQL 2.7.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 7.19 MB
Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000
License: Shareware
Price: $134.95
Downloads: 224
Date added: 2009-04-01

DAC for MySQL 2.7.1 description

DAC for MySQL 2.7.1  is a Borland Delphi/C++Builder component set for direct connect to MySQL database server, which you can use to  create Delphi/C++Builder applications without BDE, ODBC, ADO and without libmysql.dll.

BLOB fields are supported. MySQLDAC was developed for easy migration of existing projects from BDE/ODBC scheme to the native one. Any MySQL library is not required. TDBImageEx component for JPEG images support included in package for free (with sources).

DAC for MySQL(tm) is a royalty-free product.

DAC for MySQL Components:

  • TmySQLDatabase provides discrete control over a connection to a single database in a database application. Use TmySQLDatabase when a database application requires any of the following control over a database connection:
    • Persistent database connections;
    • Customized database server logins;
    • Transaction control;
    • Single-value queries. 
  • TmySQLTable encapsulates a database table. Use TmySQLTable to access data in a single database table. TmySQLTable provides direct access to every record and field in an underlying database table. TmySQLTable can also work with a subset of records within a database table using ranges and filters. At design time, create, delete, update, or rename the database table connected to a TmySQLTable by right-clicking on the TmySQLTable and using the pop-up menu. 
  • TmySQLQuery encapsulates a dataset with a result set that is based on an SQL statement. Use TmySQLQuery to access one or more MySQL tables in a database using SQL statements. TmySQLQuery component is useful because it can:
    • Access more than one table at a time (called a "join" in SQL).
    • Automatically access a subset of rows and columns in its underlying table(s), rather than always returning all rows and columns.
    • Access multi-resultset queries. 
  • TMySQLUpdateSQL applies cached updates on behalf of queries or stored procedures that can't post updates directly. Use a TMySQLUpdateSQL object to provide SQL statements used to update read-only datasets represented by TMySQLQuery component. A dataset is read-only either by design or circumstance. If a dataset is read-only by design, the application itself does not provide a user interface for updating data, but may institute a programmatic scheme behind the scenes. If a dataset is read-only by circumstance, it indicates that the MySQL returned a read-only result set. This usually happens for queries made against multiple tables. Such queries are, by SQL-92 definitions, read-only. 
  • TmySQLStoredProc provides functionality for using stored procedures in MySQL. TmySQLStoredProc works with two types of stored procedures: with or without a result set (for the first type use Open() method or set Active property to True, for the second - use ExecProc() method). When the procedure name is put in the ProcedureName property, the component fetches information on parameters of the procedure from the server and puts it in the Params property according to parameters' types. This component provides full support of IN, OUT and INOUT parameters. 
  • TmySQLDirectQuery is component for high-speed (3-4 times faster then with TmySQLQuery component) data fetching. But it is not TDataset compatible. 
  • TMySQLBatchExecute component can execute SQL scripts containing more than one SQL statement. 
  • TMySQLMacroQuery is the descendant of TMySQLQuery component and supports all of its properties, methods, events, and functionalities. The difference is in Macros and MacroChar properties which help to modify SQL script text in design-time and run-time with easy. 
  • TMySQLMonitor monitors dynamic SQL passed to the MySQL server. 
  • TMySQLDump allows to get SQL script with a dump of a DataBase. This script can be executed on another MySQL server by TMySQLBatchExecute component. 
  • TMySQLTools component allows to run MySQL diagnostic and repair operations such as Repair, Check, Analyze, Optimize, Backup and Restore. 
  • TBDE2MySQLDAC class is intended for the easy conversion of BDE Database Objects into DAC for MySQL Database Objects. 

Major Features:

  1. Licensed per a developer without royalty fee: you don't need to purchase end-user run-time licenses at all;
  2. No MySQL libraries (libmysql.dll) are required on a client workstation;
  3. 100% native Delphi code;
  4. Support of Delphi 5-7, C++Builder 5-6, Borland Developer Studio 2005-2006 Win32 edition, Turbo Delphi 2006, Turbo C++ 2006, CodeGear RAD Studio 2007 (both Delphi 2007 and C++Builder 2007) Win32 Edition, CodeGear Delphi and C++Builder 2009 (Tiburon);
  5. Support of MySQLâ„¢ 3.xx/4.x/5.x/6.x;
  6. Only 300-400 Kb are added to your .exe file;
  7. Full support of stored procedures (with IN, OUT and INOUT parameters);
  8. Full compatibility with all the existing data-aware controls and report designers;
  9. Full support of the BLOB fields;
  10. TDBImageEx component for JPEG images support included in the package for free (with sources);
  11. TNT Unicode Controls Wrappers package for Unicode applications for free (with sources);
  12. Detailed help system and a lot of various demo applications;
  13. And much more.

Enhancements:

  • TSQLDataset/TADODataset to TMySQLQuery conversion added for  TBDE2MySQL component
  • Database property of components assigned automatically on creation
  • TmySQLDatabase.IsSSLUsed property added
  • "Error while fetching field list for TmySQLTable at design time" bug fixed
  • FindKey() and GotoKey() methods did not work in some cases
  • "Property UpdateObject does not exist" bug in TDBE2MySQL component  fixed
  • "FindNearest/GotoNearest throws DBI error code 8705 exception when against a table with zero rows" bug fixed
  • "Setting IndexName property at design-time raises exception" bug  fixed
  • "TClientDataSet.ApplyUpdates() always raises error when used with TmySQLQuery" bug fixed
  • String columns lengths were determined incorrectly for Delphi 2009 sometimes
  • "Cursor goes to wrong position after edit or delete record" bug fixed
  • "Locate() method do not work when non-utf8 connection characterset is used" bug fixed (thanks to Joseph Shiels)

Requirements:

  • Delphi 5/6/7/2005/2006/2007/2009 or C++Builder 5/6/2006/2007/2009
  • MySQL stable versions

WareSeeker Editor

DAC for MySQL 2.7.1 Screenshot

DAC for MySQL 2.7.1 Keywords

Bookmark DAC for MySQL 2.7.1

Hyperlink code:
Link for forum:

DAC for MySQL 2.7.1 Copyright

WareSeeker.com do not provide cracks, serial numbers etc for DAC for MySQL 2.7.1. Any sharing links from rapidshare.com, yousendit.com or megaupload.com are also prohibited.

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
EMS Data Pump for MySQL is a powerful utility for converting databases and importing table data from an ADO-compatible source (e.g. MS Access, MS SQL database or any other database with ADO support) to MySQL databases. Free Download
Convert database structures between Microsoft SQL and MySQL servers. Free Download
This script will open any Access DB and create the SQL Create Table script. Free Download
DreamCoder for MySQL is a powerful database development and administration solution that provides productivity features for rapidly creating and executing queries, easily database object management and developing SQL code. Free Download
ACCESS to SQL2000 is a migration database tool from Access to SQL Server. Free Download
dotConnect for SQL Ser is a database connectivity solution built over ADO.NET architecture and a development framework with number of innovative technologies. It interoperates with all essential development tools and technologies. Free Download
access to MS SQL server database converter Free Download