Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Mike Little: "Great product, thank you for your great work and sharing".
Peter Robinson: "As a tech savvy company director, I wanted an inexpensive web based database application to manage all aspects of my business. As with most humans I find developing purely by CLI very hard and do not have the will or time to invest in improving my skills. I was looking to find a nice human friendly GUI to design and build my application, which is when I came across PHP Generator for MySQL.

Whilst you still need a great understanding of logic and a small amount of programming ability to get the specific results you require, I am very happy with the speed of progress I have been making with this invaluable tool.

With all the standard libraries included, this product makes normal requirements such as JavaScript form validation, lookup selectors, on click events, auto complete, detailed searches, multiformat exports, rss feeds and username security straight forward and quick.

Having any changes made via the GUI written to the web server at the click of a button makes testing out ideas quick and easy without fear of breaking your application.

To conclude, I couldn't find any other product on the market that came close to offering the amount of options this does, and I do hope that more products like this come out in the future, with the hope of eventually eradicating the need to program all together".

More

Add your opinion

SQL Maestro Group / Products / MySQL / News / Data Wizards 12.6 released

Data Wizards are updated to version 12.6

Jun 11, 2012

Prev Next

SQL Maestro Group is happy to announce the release of Data Wizard 12.6, a toolset of powerful utilities for managing your data. There are versions for MySQL, MS SQL Server, PostgreSQL, Oracle, SQLite, Firebird, DB2, SQL Anywhere and MaxDB.

New features:

  • The SQL Dump wizard has been implemented. This tool allows you to export the data from selected tables and views as a set of INSERT statements (both single-row and multi-row INSERTs are supported). It is also possible to generate the CREATE TABLE statements.
  • SQL Dump wizardPicture 1. SQL Dump wizard

  • Data Pump features:
    • User-defined data type mappings have been added. This feature allows you to specify which data types from the target database will correspond to the data types from the source one. For example, you can convert char to varchar, varchar to nvarchar or even varchar to int (of course data types should be compatible). It is also possible to specify size and precision for each mapped data type (if applicable).
    • Data type mappingsPicture 2. User-defined data type mappings

    • Starting from this version the software tries to recognize autoincrement columns in the source database and convert them in the best possible way.
    • A possibility of transferring data using bulk-loading commands has been added (for MySQL, PostgreSQL, and Oracle). This feature can speed up the data importing up to 10 times so it is recommended to use it always if possible.
    • Data Pump transferring optionsPicture 3. Data Pump transferring options

    • It becomes possible to specify a connection timeout for the source database.
    • The source database tree is now loaded much faster.
  • Data Import features:
    • Starting from this version the software arranges target tables by dependencies, so the records are inserted in the correct order. It is also possible to reorder target tables manually if necessary.
    • From now on it is possible to import data from CSV files that contain multi-line strings.
    • A possibility of setting the correspondence between source and target columns by column name has been implemented (previous versions allow you to set such a correspondence only by column index).
    • Setting column correspondencePicture 4. Setting column correspondence

  • Other new features:
    • Data Export: Now it is possible to specify decimal and thousand separators for the generated files (when applicable).
    • Running from the command line all the tools now return the correct exit status (0 on success) that can be checked in batch files using the ERRORLEVEL variable.
    • The progress windows are redesigned in the modern style and become more informative.
    • Progress windowsPicture 5. Progress windows

    • Log files become more structured and detailed.

For more information about a specific tool see the appropriate page:

Prev Next