Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread ANN: Context Database Designer & Extensions v.2.14 is now available!
Fri, Apr 27 2007 10:02 AMPermanent Link

Michael Baytalsky
Dear Friends,

We are happy to announce the new release of Context Database
Designer & Database Extensions v.2.14.

This version introduces several improvements and bug fixes:

Improvements
~~~~~~~~~~~~

#531 In schema consistency test added warning if object names
matches certain masks, reserved for a particular database engine
(e.g. RDB$, C_PK$, etc.).

#532 Added line scaling on diagram printing.

#533 Improved auto-layout of diagram tables.

#534 Adjusted Elevate DB profile to match changes introduced in
1.02 release (changed GENERATED to COMPUTED).

#535 Added log for all skipped statements and error during SQL
import.

Issues Addressed
~~~~~~~~~~~~~~~~

#536 Fixed minor problems in SQL Console window.

#537 Fixed problem with page settings not being restored
correctly.

#538 Fixed minor problems in SQL import\reverse engineering.

#539 Fixed bug converting from previous versions of schema.

#540 Fixed several problems in Firebird 1 & 2 profiles (BLOB
type, index creation).

#541 Fixed several minor printing problems.

#543 Fixed problem with domains not being imported during reverse
engineering.


Both products are immediately available for download at:

  http://www.contextsoft.com/products/dbdesign/downloads.jsp.
and
  http://www.contextsoft.com/products/ctxdbext/downloads.jsp.

See screenshots here:
  http://www.contextsoft.com/products/dbdesign/screenshots.jsp

General Information About Context Database Designer
===================================================

Context Database Designer is a great tool for designing and
managing database schemas. It provides the full cycle of database
schema design and maintenance, including: creating of tables,
relations, views and stored procedures; drawing of sophisticated
and professional looking diagrams; maintaining the history of
changes made to the database schema; comparing any two
versions of any two schemes, viewing the difference and instantly
building upgrade SQL script for any given database engine.

We believe, that Context Database Designer is one of the most
powerfull, flexible and feature-rich tools available on the
market today. We highly appreciate your comments and suggestions
that help us making it even better and more accessible for all
database developers.

Fully functional trial version is available at:

Context Database Designer
http://www.contextsoft.com/products/dbdesign/downloads.jsp

Context Database Extensions
http://www.contextsoft.com/products/ctxdbext/downloads.jsp

For more details, please go to
http://www.contextsoft.com/products/dbdesign
http://www.contextsoft.com/products/ctxdbext
and refer to the included help files, demos and screenshots.

Sincerely,
Michael Baytalsky
e-mail: mike@contextsoft.com
http://www.contextsoft.com
Fri, May 4 2007 9:37 AMPermanent Link

Chris Erdal
Michael,

I'm getting an error when I compile with this version:

[Error] DBISAMExt.pas(316): Undeclared Identifier: 'TValueArray'

a search for TValueArray in *ext* under

c:\Program Files\Borland\Delphi7\Projects\Bpl\

shows it in DBISAMExtPkgD7.~bpl dated 23/02/2007 but not in
DBISAMExtPkgD7.bpl date 27/04/2007

Did something get left out in the latest build?

--
Chris
(XP-Pro + Delphi 7 Architect + DBISAM 4.25 build 4 + EDB 1.02 build 1)

Fri, May 4 2007 1:25 PMPermanent Link

Michael Baytalsky
Hi Chris,

You need to make sure you are using latest DBISAM adapter (2.14).
It seems like you didn't update it, it is available on our downloads
page for DB Extensions. You are compiling older version of
dbisam adapters with the new version of DBExt.

Regards,
Michael

Chris Erdal wrote:
> Michael,
>
> I'm getting an error when I compile with this version:
>
> [Error] DBISAMExt.pas(316): Undeclared Identifier: 'TValueArray'
>
> a search for TValueArray in *ext* under
>
> c:\Program Files\Borland\Delphi7\Projects\Bpl\
>
> shows it in DBISAMExtPkgD7.~bpl dated 23/02/2007 but not in
> DBISAMExtPkgD7.bpl date 27/04/2007
>
> Did something get left out in the latest build?
>
Image