|
ANN: IB LogManager v1.3.0.6 released!
1) What's new in this release?
Enhancements:
- Support for multilingualism implemented. You can use built-in languages (English and German) or languages in an external localization file (SIL-file). Check out the View/Options-Dialog. You can easily translate IB LogManager into your native language by editing the shipped "iblogmanager.sil" file with a tool called SIL-Editor. You always get the newest version of SIL-Editor from http://www.sicomponents.com/download.html.
- Table nodes in the database browser can be filtered easily. You have the possibility to filter table names, register/unregistered tables and enabled/disabled operations. This is very useful when working on huge databases with many tables and a great number of logged database objects.
- Help file updated
Bugfixes:
- AV fixed when right-clicking in the treeview without selecting a node
- Bug fixed logging VARCHAR fields greater than 255 characters
2) What is IB LogManager?
IB LogManager is a logging tool for InterbaseŽ/Firebird. IB LogManager watches data changes in the database for each data manipulation
operation (DELETE/INSERT/UPDATE) on specific tables and columns. With IB LogManager you have a tool for defining which database objects
should be logged. If you are interested in logging a history (changes) of prices in a table article, just define it with one mouse-click.
Have you ever tried to build logging triggers for a big database with 200 tables manually? Yes? It's a lot of work and a faulty process.
Forget this intention and use a tool like IB LogManager. It's easy and no programming needed!
3) Main features of IB LogManager
- Supports IB5, IB6/Firebird(Dialect 1,3) Databases
- Supports table operation logging
- Supports table column logging
- Supported datatypes for column logging are INTEGER, SMALLINT, FLOAT, DOUBLE PRECISION, NUMERIC, DECIMAL, DATE, TIME, TIMESTAMP, CHAR/VARCHAR with up to 32765 characters and BLOB (currently only for Interbase on Windows; Beta on Linux)
- Logging mechanism is integrated in the database. No extra coding in your client application necessary
- Prepare-Wizard creates all necessary logging metadata
- Unprepare-Wizard cleans up your database from all logging data and logging metadata
- Supports a user-friendly way to define which database objects should be logged
- Definition of operation/column logging for a specific table or the complete database with one step
- Disable logging temporarily before doing a data import process without deleting all logging definitions
- Shows statistics how many operations and columns are registered for logging
- Supports browsing in logged data
- Load/Save browsing criterias from/to a file
- Logged data can be exported into one of the following formats (MS Excel, MS Word, RTF, HTML, Text, XML, CSV, DIFF, SYLK, LaTeX, SQL, Windows Clipboard)
- Logdata reporting ability
- An integrated BLOB-viewer enables the view of logged BLOB data with following formats and optional ZLib compression (BMP, WMF, ICO, JPG, OLE-Data, TXT, CSV, RTF)
- Multilingual (english, german, russian, user-defined)
- Online-Help
- Available as stand-alone application, IB Expert PlugIn or as EMS QuickDesk PlugIn
- Registered user have unlimited access on all future updates
- A fully functional 30 days limited trial version is available as Download
Best Regards
Thomas Steinmaurer
IB LogManager - The Logging Tool for Interbase/Firebird
http://www.iblogmanager.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"...
- 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...
- 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...
- COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)Yeah it would be nice. I have had several people request Mac versions of our software.
- HOW WM_KEYDOWN WORKS...? (2001-03-21 12:35:55)When you send WM_CHAR, it's something like WM_KEYDOWN then WM_KEYUP... When you only send WM_KEYDOWN, the edit box "think" the key hasn't been...
- SHOWING ENTIRE KEY COMBINATION? (2001-03-22 02:25:43)Here probably better way... Following code is the component which hooks all keypresses in entire application and let to handle them in...
- IS IT POSSIBLE TO MODIFY A COMPILED EXE ? (2001-04-05 10:59:50)There are patch makers available. You can probably find something on www.shareware.com
I have never used one but I believe the idea is that you...
- HOW I CAN LOOK ON THE FLY IF IF THE LEFT MOUSE BUTTON IS DOWN. (2001-04-18 04:48:09)Thank you !
Here is a sample code :
procedure TForm1.Button1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y:...
- DELPHI 6? (2001-04-20 04:08:15)Hi.I had asked John Kaster about it and he told me that it would be released on the second semester of this year.
Regards,
Eduardo Tavares...
- MOUSE STATE IN A WHILE LOOP (2001-05-08 06:50:46)Steps as follows:
1. Declare a private member field FIsMouseDown : boolean, and set this to FALSE in the FormCreate.
2. In the OnMouseDown event...
|