Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 10 total
Thread Reviewing other tables whilst creating a new one
Sun, Jan 28 2007 8:18 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

When creating a new table I often want to check the structure of an existing table. Currently I open another copy of EDBMan, but I'm wondering if it would be possible to review these in the Create/Alter table dialogue at some point in the future?

Roy Lambert

Sun, Jan 28 2007 10:48 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< When creating a new table I often want to check the structure of an
existing table. Currently I open another copy of EDBMan, but I'm wondering
if it would be possible to review these in the Create/Alter table dialogue
at some point in the future? >>

It will most likely require some major reworking of the way the dialogs
work, most importantly making them non-modal.  I'll have to see whether this
can be done or not.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, Jan 28 2007 11:43 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>It will most likely require some major reworking of the way the dialogs
>work, most importantly making them non-modal. I'll have to see whether this
>can be done or not.

Not necessarily, just Smiley add another tab onto the page control and allow users to select a table to display the structure of.

Roy Lambert
Sun, Jan 28 2007 11:51 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Thinking a bit more the ability to print the table structure would be acceptable, possibly just the sql used to create it. That might even be better for my purposes.

Roy Lambert
Mon, Jan 29 2007 6:35 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Thinking a bit more the ability to print the table structure would be
acceptable, possibly just the sql used to create it. That might even be
better for my purposes. >>

See "Reverse Engineer". Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jan 30 2007 5:11 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

><< Thinking a bit more the ability to print the table structure would be
>acceptable, possibly just the sql used to create it. That might even be
>better for my purposes. >>
>
>See "Reverse Engineer". Smiley

You mean

Reverse engineer the database
Open Windows Explorer
[Forget the directory selected and reverse engineer again to find it] Find the directory
Open reverse engineered code in suitable app
Select each table in turn and Print definition

As opposed to

Click "Print definitions" button

Roy Lambert
Tue, Jan 30 2007 5:41 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< You mean

Reverse engineer the database
Open Windows Explorer
[Forget the directory selected and reverse engineer again to find it] Find
the directory
Open reverse engineered code in suitable app
Select each table in turn and Print definition

As opposed to

Click "Print definitions" button >>

How about:

1) Reverse engineer database
2) Print .SQL file using notepad

? Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jan 31 2007 4:48 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Please note cheating is not allowed (unless I do it) - your step 2 is actually a summary of four steps.

Roy Lambert
Wed, Jan 31 2007 4:12 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Please note cheating is not allowed (unless I do it) - your step 2 is
actually a summary of four steps. >>

Okay, I give in.   I'm just trying like crazy to not be forced to put in
another stinky report writer that comes with Delphi. Smiley Maybe I'll just
use an RTF component to do the printing.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Feb 1 2007 4:05 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>Okay, I give in. I'm just trying like crazy to not be forced to put in
>another stinky report writer that comes with Delphi. Smiley

That I can understand, and I know that you're determined to keep it to vanilla Delphi so can't use things like FreeReport even

>Maybe I'll just
>use an RTF component to do the printing.

With all the extra bumph now possible for the various fields its not going to be easy to come up with a sensible format.

As a compromise if we can reverse engineer one table I'll happily save to file and print each one Smiley

Roy Lambert
Image