|
The Script Management has been implemented to keep control of all your changes
that you do to any Dynapage-created applications.
This works by recording all changes you do to your project, as you work on it,
then when you want to create a script to apply the changes you have done, to a
production or live database, all you need to do is run the generated SQL script
file on the database and it's easy as that.
The Script Management system consists of two main things:
Folders: You can create multiple folders to easily categorize
different script files you create with your changes.These can be named how you
like to make it easy to find and order script files.
Files: The files store all the SQL scripts that you can use to
run against databases to update them. These can also be previewed and should
not be edited manually, or change problems could occur.
Below is the standard screen used to manage your script files.

It is possible to set a default script file for the project you are
working on, so every change you do will always be added to the same script
file. This is very convenient because you then only need one file to run, in
order to update all changes to the live database.
|