Hi All,
This could more be a database question, but it seems to fit in the code section more. Well to me anyways...
Now, every time I have a new version of our software, sometimes the progress database requires to be upgraded, in doing so I perform the following steps:
1) Create an Empty DB, load the new .df into the DB via Data Admin
2) Connect to client's existing DB and perform an Incremental dump.
3) Load the incremental dump into the Clients DB, so the schema definitions are the same as the current version of our software.
As we all can see this could be time consuming, opening up the Data Admin, creating and then loading, etc.
Is there a better was in Procedure editor, where I can create a script to run all that?
Sometimes I require to load new records in, so I have to go back into the procedure editor, type in DELETE FROM <TABLENAME>, then go back into data admin, to load the new .d file.
As this is very time consuming and inefficient, I have been trying to ask other developers for some ideas, but none really have any ideas.
If anyone has come across a better idea, please share.
Thanks
Calvin.
This could more be a database question, but it seems to fit in the code section more. Well to me anyways...

Now, every time I have a new version of our software, sometimes the progress database requires to be upgraded, in doing so I perform the following steps:
1) Create an Empty DB, load the new .df into the DB via Data Admin
2) Connect to client's existing DB and perform an Incremental dump.
3) Load the incremental dump into the Clients DB, so the schema definitions are the same as the current version of our software.
As we all can see this could be time consuming, opening up the Data Admin, creating and then loading, etc.
Is there a better was in Procedure editor, where I can create a script to run all that?
Sometimes I require to load new records in, so I have to go back into the procedure editor, type in DELETE FROM <TABLENAME>, then go back into data admin, to load the new .d file.
As this is very time consuming and inefficient, I have been trying to ask other developers for some ideas, but none really have any ideas.
If anyone has come across a better idea, please share.
Thanks
Calvin.