New Features in Version 2.0.0

       Set Data_File_Field to File_Field DbVersion.DatabaseVersion has been depreciated


If not changed you will get compile errors. The new interface consists of setting a couple of properties;

                    Set piDbVersionFileNumber to iSomeFreeFilelistNumber

                    Set piDbVersionFieldNumber to 1 // Only change if pbUseCustomDbVersion = True

              // This will create the DbVersion table automatically;

                    Set pbAutoCreatDbVersiontable to True 

                    Set pbUseCustomDbVersion to False // Default = False. True = Use a custom DbVersion table 




The easiest way to use the new interface is to remark your current cDbUpdateHandler object code. Then drag & drop a cDbUpdateHandler object from the Studio's Class Palette.