|
EMS MySQL Manager 1.6 released!
Dear Sirs and Madams,
EMS HiTech Company is very glad to announce the new version of EMS MySQL Manager – a powerful 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 (URL above). Just extract the archive and replace your old mymanager.exe file.
We are very grateful to the users that have already purchased and registered our product: your help was really appreciated.
What is the EMS MySQL Manager?
EMS MySQL Manager provides you with powerful and effective tools for MySQL Server administration and object management. It allows you to edit all MySQL database objects easily, run SQL scripts, manage users and administrate users' privileges, visually build SQL queries, extract or print metadata, export/import data, view/edit BLOBs and includes many more services to make your work with MySQL server as easy as you want.
New in version 1.6:
1. Interface localization has been implemented. Five languages - English, French, Italian, Dutch and Russian - are included in the installation package. Spanish localization is coming soon. To change the program language choose the "Select Program Language" item of the "Options" menu or select it using combo box at the "Localization" tab of Environment Options form. Also you can edit the interface localization file by yourself. Just press Shift+Ctrl+L on any form to call the Localization Editor or create your own *.lng file based on any of the existing ones (see $(MySQL Manager)Languages folder to find them). We'll be very grateful to anyone who will send us a translation of 'english.lng' to his native language different from the already existing.
2. DB Explorer: three modes of viewing table's details in SQL Assistant were added. Now you can view table's fields, table's indices or table status. To switch between the modes use drop down menu of View Mode button or local menu of SQL Assistant.
3. DB Explorer: the ability of editing/dropping fields or indices was added to SQL Assistant. Use local popup menu to edit or drop the objects.
4. Blob Editor: the ability of viewing images in GIF format was added.
5. Query Builder: the last used query is being saved now on closing the Builder and is being restored on the next session when the Query Builder is called.
6. You can restore the default size of any child forms by pressing Ctrl+D now.
7. Some minor bugfixes and small improvements.
We hope you will like the new version of our product. 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...
|