Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Database Migration and Metadata Importing

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> borland.public.delphi.modeldrivenarchitecture.eco
View previous topic :: View next topic  
Author Message
integrityfirstauto
Guest





PostPosted: Thu Oct 11, 2007 12:15 am    Post subject: Database Migration and Metadata Importing Reply with quote

Hi all;

I am getting to the stage with my project where preserving my data in my
database is becoming critical yet my model isn't entirely stable.

I need to be able to preserve data - what I would call metadata - like
Cities, States, etc. I'd also like to be ship datafiles to customers with
this kind of data in it. What are you guys doing to manage this kind of
problem?

I'm guessing I should have two EcoSpaces with two models. One 'stable'
model that I keep the meta data in and the main product's 'production' model
that can change. Then write code to move data from one to the other as I
need to backup/restore data.

Do I have the right idea? Any other ideas? Any easy/dirty tricks??!

Thanks!

Damian
Back to top
Peter Morris
Guest





PostPosted: Thu Oct 11, 2007 5:39 am    Post subject: Re: Database Migration and Metadata Importing Reply with quote

At the moment I am in the fortunate position to be able to apply migrations
myself as I write apps for a single customer. When this was not the case
(when I developed in Win32 using Bold) I would do this

01: After release backup the DB
02: Do all of my development
03: When ready to release I would restore the DB
04: Get the SQL script for migration
05: Apply this script to the DB in a "ServerInstall.exe" application.



Pete
Back to top
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> borland.public.delphi.modeldrivenarchitecture.eco All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group