File Name
Syntax
MIG_GetNewScriptExt: STRING
Parameters
None
Returns
The three character file extension for each
database platform.
Side Effects
None
Description
This function will determine the current database platform, and will return the appropriate three character file extension.
Dialog Forms Called
None
File Name
Syntax
MIG_IsDDMInstalled: BOOLEAN
Parameters
None
Returns
TRUE if DDM is installed
FALSE if DDM is not installed
Side Effects
None
Description
This function checks to see if the Distributed Data Manager tables have been created.
Dialog Forms Called
None
File Name
Syntax
MIG_UpdateSaiParams (VAL Major: STRING, VAL Minor: STRING, VAL Patch: STRING)
Parameters
Major - the major revision number used to update the sai_app_params
Minor - the minor revision number used to update the sai_app_params
Returns
Nothing
Side Effects
None
Description
This procedure will update the sai_app_params table with the correct revision number during the migration.
Dialog Forms Called
None