|
ANN: EMS MySQL Manager v1.7 released!
Dear Sirs and Madams,
EMS HiTech Company is very glad to announce
the next version of MySQL Manager (1.7) --
The Best MySQL Administration and Development Tool.
You can download the latest version from
http://www.mysqlmanager.com/download.phtml
If you have already downloaded one of the earlier versions of EMS MySQL
Manager,
you can download the .exe file only (see URL above). Just extract the
archive and replace your old mymanager.exe file.
What's new in version 1.7?
1. MySQL Manager Direct feature was added. Now you can easily check for
MySQL Manager updates and download the latest version just from the
application. Use "Help->MySQL Manager Direct" menu item to open the MySQL
Manager Direct window and click the Update button to receive the latest
information about MySQL Manager.
2. Now it is possible to invoke Export Data, Export Data As INSERT
statements, Import Data and Load Data functions directly from the DB
Explorer. Just select the table in the DB Explorer tree, right-click for the
popup menu and choose the required item from Data Manipulation submenu...
(*)
3. The ability to export all the MySQL Manager settings was added. Now you
can easily export all or partial MySQL Manager settings (such as
registration info of the databases, environment or editor options) to single
*.reg file, which you can apply to MySQL Manager installed on another
machine or use to restore the previous settings. You can run the export
wizard through "Options->Save settings" menu.
4. Load Data Wizard now works properly with libmysql.dll library compiled
without local-infile option.
5. Commit/Rollback dialog now does not appear if connection to server is
lost.
6. Fixed some bugs with localization of multiple instances of the Table
Editor window and SQL Editor.
7. Some minor bugfixes and small improvements.
(*) - Professional Edition only
Don't forget to check out another our software:
New!
EMS QuickLocalizer Component Suite
http://www.ems-hitech.com/quicklocal/) --
The set of native Delphi components for adding multilanguage support
to Delphi applications quickly and easily.
New!
EMS QuickImport Component Suite (http://www.ems-hitech.com/quickimport/) --
The set of native Delphi components for
import your data from most popular formats.
EMS QuickDesk (http://www.ems-hitech.com/quickdesk/) --
The Best Interbase Administration and Development Tool.
EMS QuickExport Component Suite (http://www.ems-hitech.com/quickexport/) --
The set of native Delphi components for
export your data to 12 most popular formats.
EMS QueryBuilder (http://www.ems-hitech.com/querybuilder/) --
Powerful component intended
for visual building SQL statement for SELECT clause.
We hope you will like our products. Thank you for your time.
Best regards,
EMS HiTech development team
http://www.ems-hitech.com
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
- DISABLE WINDOWS SPOOL (2001-01-18 23:14:49)You don't need to turn off the spooler service to print to a specific port ...:o)
The spooler is a service and may be stopped with a service...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- LOOP TO GET NEXT ACTIVE APP IN WINDOWS Z-ORDER? (2001-02-02 13:08:47)If you find SysTray or Program Manager, pass the handle of the SysTray or Program Manager to the GetWindow function
with the GW_HWNDNEXT uCMD...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- RUNNING CODE ONCE FORM IS VISIBLE (2001-02-08 22:35:31)You could also add a TTimer component to the form, that gets enabled by .Show event and fires after any preset interval. The OnTimer event could...
- LMSHARE.H WITH INCLUDE FILES ... (2001-02-07 06:30:32)www.delphi-jedi.org has the Lan Manager headers translated
on their APILibrary page.
- DATABASE (2001-02-11 10:57:10)Hi, thanks for repling again. I'll try and explain a little better.
In a DBase Database, i have some fields: 'ID', 'Filename'.
When a button is...
|