Option Explicit ValidationMode = True InteractiveMode = im_Batch
Dim mdl ' the current model
' get the current active model Set mdl = ActiveModel If (mdl Is Nothing) Then MsgBox "There is no current Model" ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then MsgBox "The current model is not an Physical Data model." Else
Dim OracleDBSession Dim SecDB Dim Sec Dim SecRecord Set OracleDBSession = CreateObject("OracleInProcServer.XOraSession") Set SecDB = OracleDBSession.opendatabase("SID", "USERID/PWD", &H0&)
ProcessFolder mdl End If
' This routine copy name into code for each table, each column and each view ' of the current folder Private sub ProcessFolder(folder) Dim Tab 'running table for each Tab in folder.tables if not tab.isShortcut then ' if