Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ianrobinson on December 11, 2002, 07:05:54 am

Title: Has anyone built Automation for Delphi ?
Post by: ianrobinson on December 11, 2002, 07:05:54 am
Has anyone created EA automation object for Delphi?

If not ill post what i build here later.

Title: Re: Has anyone built Automation for Delphi ?
Post by: Chris_Reynolds on December 11, 2002, 12:20:34 pm
Not really. I found the current automation interface somewhat too hard for me so I have just set up a datamodule that has queries for things that I am interested in extracting from the model.
The database design is pretty clean so the queries that I want are not hard to write. I am just using an ODBC dbExpress connection straight to the EAP file.
Title: Re: Has anyone built Automation for Delphi ?
Post by: ianrobinson on December 12, 2002, 06:50:32 am
Why didnt i think of that ? , sounds like much simpler way.
Title: Re: Has anyone built Automation for Delphi ?
Post by: mbc on December 17, 2002, 03:20:29 am
Simpler, except that the database format is subject to change, while the automation interface is likely to remain in future releases.

Mikkel