|
ANN: EMS IB Manager 3.4 released
EMS HiTech company is pleased to announce IB Manager 3.4 -- the next version of our powerful InterBase/FireBird administration and development tool!
You can download the latest version and user's guide from
http://www.ibmanager.com/download.phtml
What's new in version 3.4?
1. We have significantly improved stored procedure/trigger parser as well as Stored Procedure Debugger. Now it supports all SQL language extensions for FireBird 1.5 (such as defining variable in its declaration, EXECUTE VARCHAR syntax, CASE syntax), IB 6.5 (such as ROWS syntax) and IB 7.0 (such as BOOLEAN type).
2. Extract Metadata Wizard: we have improved the algorithm of extracting stored procedures to avoid conflicts during their creation. Now you can extract stored procedures as a block of the CREATE PROCEDURE statements with empty bodies preceding another block containing their actual bodies defined in the ALTER PROCEDURE statements. This possibility can be disabled by the "Environment Options -> Tools -> Extract Metadata -> Extract stored procedures with empty bodies first" option, which is enabled by default.
3. We have added a possibility to load an Extract Metadata template automatically on calling the wizard. Now you can set the "Environment Options -> Tools -> Extract Metadata -> Automatically load template on run" option and select the template file to load on each wizard execution.
4. Import Data Wizard: now you can log all the SQL commands executed during the import process into a file. Use the Enable SQL Log option on the last step of the wizard for this purpose. (*)
5. Now you can use CONTAINING and STARTING WITH syntax within the WHERE clause in the Visual Query Builder. (*)
6. Fixed bug with "Transaction is not active" error occurrence on commit in the Import Data Wizard. (*)
7. The Visual Query Builder doesn't slow down the system anymore. (*)
8. Fixed bugs with creating folder and adding objects to the Project View tree of the DB Explorer.
9. Fixed bug with impossibility of saving changes in the SQL Script.
10. Now data table list is properly restored from a template in the Extract Metadata Wizard.
11. Data exported to MS Access table started to print even if the corresponding option was unchecked. Now it is fixed. (*)
12. Fixed bug with loading data into the BLOB Editor/Viewer using hexadecimal editor's local menu. (*)
13. The UPDATE or INSERT mode of the Import Data Wizard imports data properly now. (*)
14. Fixed bug with autogrants during creating a trigger.
15. Some small corrections and improvements
(*) -- Professional Edition only
We hope you'll like our products.
Thank you for your attention.
Best Regards,
EMS HiTech 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...
|