Subject ANN: IBUtils - new version of FREE IB/FB table links viewer
Author aleskahanek
Hi,
I would like to announce new version of IBUtils - FREE IB/FB table
links
viewer.

The application IBUtils is designed for simlifying database design for
Interbase and Firebird databases by showing the links between the
tables in your database visually, like some CASE tools do. Every
change to the tables in your database made by other tools can be
refreshed by one mouse click.

Ales Kahanek
akahanek@...


http://www.alikiwi.com/ibutils/ibutils.htm



28-Dec-2004 version 0.9.5.0
---------------------------

New features
- Command line start - IBUtils can be now started via command line
with specified filename, user and password.
Example 1: ibutils.exe -filename c:\models\mymodel.mdl
Example 2: ibutils.exe -filename c:\models\mymodel.mdl -user
sysdba -password masterkey
In the first example user is prompted for username and password.
The model is opened directly when the user and password switches are
specified.
- Password storage - There is an option to store username and
password for each model in the Model | Options dialog. When username
and password is saved, the login prompt is not displayed and model is
opened immediately. The password is jumbled in the *.mdl file. Saving
password is not very safe, especialy for the SYSDBA user, but it can
be very handy sometimes.

Bug fixes
- The mouse click outside the list of registered databases produced
unwanted exception.
- Setting the "Keys only" option for a table with no primary and
foreign keys produced unwanted exception.