Tools - The Database Update Framework
Three main tools can be used with the framework.
1) The CreateDbVersionTable tool creates a DbVersion table. However, with DUF 2.0 this is no longer needed as you instead can do a "Set pbAutoCreatDbVersiontable to True" in the cDbUpdateHandler object.
2) The SQLConnections tool is used for creating/editing SQL connection details.
3) DUF Code Generator. After your first initial conversion from the DataFlex embedded database to SQL, the DUF code generator can be used to create a snap-shot of the development database by generating a package file that then can be compiled into your program.
Next Topic