Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Absolutely. That is the entire purpose of the DDT. We have the very same need for our medical application. The DDT is to be used to design the data structures. So when you have a change that you want to deploy, you would just recreate the package. Then you can either send out a program that uses the DDT API (DatabaseMigrator...there is a sample that comes with the framework) to update those structures. We implement this into our installations, but you can just as easily have a program that is just a console app or a WinForms dialog that pops up and runs. Or, if you want to get really fancy, just have a service that runs on the client and looks for an update on a server somewhere, and when it finds one, it downloads and automatically schedules a time for an update...that would be the 100% automated route.
|