Loading...
 

CX_DB_UTILITY::FindReferencingObjects

CX_DB_UTILITY::FindReferencingObjects

Description:

This function builds X-Ref for the objects found with ImportVerifyDBLog(), GetCorruptObjectsEx (), GetCorruptObjectsSel ()(from the file of the unloaded database).

Code example:

// get CX_DB_UTILITY object 
    Var(dbUtil)
    GetManager(OBJECT) Call(GetDBUtility) -> dbUtil

// create X-Ref  
    "errors.lst" dbUtil Call(FindReferencingObjects) FillObox(, objects)

Stack
Stack Position Object type Brief description
Stack(In) Top CX_DB_UTILITY Tool Object
Top 1 STRING Filename (Unload file created by cxuosr.exe)
Stack(Out) Top INTEGER 0 - o.k. ; 0> - error

Function call: Call(FindReferencingObjects)