Re: Model-driven architecture outside of the enterprise?
From: Richard Grossman (rgrossmanDELETE-THIS-PART_at_techIII.com)
Date: 12/31/03
- Next message: Chad Z. Hower aka Kudzu: "Re: Borland Layoffs?"
- Previous message: Mark Miller: "Re: Delphi 8 doesn't work with some Developer Express components"
- In reply to: Brion L. Webster: "Re: Model-driven architecture outside of the enterprise?"
- Next in thread: Kristofer Skaug: "Re: Model-driven architecture outside of the enterprise?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 23:36:51 -0800
Brion L. Webster wrote:
> The second is the database maintenance. Most of my applications
> revolve around databases - either consolidating from multiple
> databases or persisting ancillary information into a database. ECO
> offers scripts to evolve an existing database into a version n+1
> database. Those scrips can be saved in a VCS and built into the
> install package, so you don't have to manually figure out how to
> transform the production database into whatever the test database
> wound up looking like.
Interesting. I wrote this for myself several years ago.
When I distribute updates, the users download them and run the
installer, which runs the DMM (Database Maintenance Module), which
compares the new schema (database definition) with the one on their
computer, and updates their existing database to match the new schema.
Without this, I'd have to manually update all those databases myself.
- Next message: Chad Z. Hower aka Kudzu: "Re: Borland Layoffs?"
- Previous message: Mark Miller: "Re: Delphi 8 doesn't work with some Developer Express components"
- In reply to: Brion L. Webster: "Re: Model-driven architecture outside of the enterprise?"
- Next in thread: Kristofer Skaug: "Re: Model-driven architecture outside of the enterprise?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|