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 database
schema viewer for Firebird and Interbase.

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.

You can create tables and tables links, create or drop fields, create
indexes, reorder fields etc. You can quickly run SQL scripts against
the database. All changes to database are logged to a file so you can
easily reproduce the changes on another database.

You can create custom notes with descriptions of tables or fields and
also custom links (links which are displayed only in the model and are
not saved in the database).

You can easily browse the database tables data, insert, edit or delete
records. The table data can be exported to Excel, Word, RTF, HTML,
DBF, TXT, CSV, DIFF, Sylk, LaTeX, SQL or Clipboard.

You can easily print the database model or export the model image to
clipboard or JPG image etc.

There is a new download location:

http://www.riverdata.cz/ibutils/ibutils.htm

ScreenShot:

http://www.riverdata.cz/ibutils/ibutils.gif

Best Regards
Ales Kahanek

New features
- Import Model - You can import model from *.mdl file to existing
model. Right click to the point where you want to import the model,
select the Import Model menu item and choose the desired *.mdl file.
All imported tables stay selected and it is easy to move the imported
model to a new location. Tables that already existed in the current
model are not imported.
- New Model From Selected - Select some tables in the current model a
click New Model From Selected menu item. A new model is created and
only selected tables are copied into it.
- Adjust Width of Column(s) - Select one or more tables and right
click the table and Adjust Width of ... or Adjust All Widths menu item
to adjust width of column(s) according to the longest text in the column.
- Adjust Table Size - Select one or more tables and right click the
table and Adjust Table Size menu item to adjust width the Name column
and width of table according to the longest text in the column; height
of the table is adujsted so that all field names become visible.

Bug fixes
- The columns width was not preserverd when using other than 100%
scale after save-close-open multiple times.
- Minor bug fixes