Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Reverse Engineer
Mon, Jan 26 2009 5:16 PMPermanent Link

Michael Thompson
Is there a (easy)way to reverse engineer a database in code. I have a database the is about 300 miles away, and I would like to send an update
for the application that sends me the database structure, so I can veriify changes.
Mon, Jan 26 2009 5:40 PMPermanent Link

Fernando Dias

Team Elevate Team Elevate

Michael,

<< Is there a (easy)way to reverse engineer a database in code. I have a
database the is about 300 miles away, and I would like to send an update
for the application that sends me the database structure, so I can
veriify changes.>>

No, or at least none that I'm aware of.
The only simple way I can think of to do what you want is to get the
"300 miles away" catalogue file (EDBDatabase.EDBCat), copy it to an
empty directory in your own computer, create a new database with that
path and then reverse engineer it.

--
Fernando Dias
[Team Elevate]
Mon, Jan 26 2009 7:41 PMPermanent Link

"Jeff Cook"
Michael Thompson wrote:

> Is there a (easy)way to reverse engineer a database in code. I have a
> database the is about 300 miles away, and I would like to send an
> update for the application that sends me the database structure, so I
> can veriify changes.

IF you were talking DBISAM, I'd say steal the reverse engineer code
from DBSYS - and I'd assume that the source code EDB equivalent of
DBSYS is available for you to copy.

--
Jeff Cook
Aspect Systems Ltd
www.aspect.co.nz
+
Joan and Jeff Cook
The Cooks Oasis
www.cookislandsoasis.com
Sat, Jan 31 2009 6:09 PMPermanent Link

"Iztok Lajovic"
"Michael Thompson" <cross7@roadrunner.com>

> Is there a (easy)way to reverse engineer a database in code. I have a
> database the is about 300 miles away, and I would like to send an update
> for the application that sends me the database structure, so I can veriify
> changes.
>

Michael,

I put in elevatedb.extensions news group a project which I use for reverse
engineer in code. Maybe you will find some usefull information in it.

Iztok Lajovic

Mon, Feb 2 2009 4:02 PMPermanent Link

Michael Thompson
Iztok,

I looked at it, and while it wasn't quite what I wanted, it gave me some ideas.

Thanks

Michael Thompson

"Iztok Lajovic" wrote:

"Michael Thompson" <cross7@roadrunner.com>

> Is there a (easy)way to reverse engineer a database in code. I have a
> database the is about 300 miles away, and I would like to send an update
> for the application that sends me the database structure, so I can veriify
> changes.
>

Michael,

I put in elevatedb.extensions news group a project which I use for reverse
engineer in code. Maybe you will find some usefull information in it.

Iztok Lajovic
Sun, Feb 8 2009 10:26 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jeff,

<< IF you were talking DBISAM, I'd say steal the reverse engineer code from
DBSYS - and I'd assume that the source code EDB equivalent of DBSYS is
available for you to copy. >>

Yes, the edbreverse.pas unit is included with every copy of the EDB Manager
that is shipped with the EDB Additional Software and Utilities.  It is found
in the \utils\edbmgr\source subdirectory.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image