Reverse engineer powerdesigner link odbc

Posted 昨日已逝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Reverse engineer powerdesigner link odbc相关的知识,希望对你有一定的参考价值。

Reverse engineer powerdesigner link odbc

 

 

 

 

 

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

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 len(tab.comment) <> 0 then

tab.name = tab.comment

end if

On Error Resume Next

Dim col \'running column

for each col in tab.columns

if len(col.comment) <>0 then

col.name =col.comment

end if

On Error Resume Next

next

end if

next

end sub

以上是关于Reverse engineer powerdesigner link odbc的主要内容,如果未能解决你的问题,请参考以下文章

当用hibernate reverse engineering而无法选择java src folder时的解决方法

NETPLIER: Probabilistic Network Protocol Reverse Engineering from Message Traces代码复现记录

NETPLIER: Probabilistic Network Protocol Reverse Engineering from Message Traces代码复现记录

1.使用Entity Framwork框架常用的技术手段Code First 和Reverse Engineer Code First

如何修复电源powerd100+%CPU使用率 - macOS

如何修复电源powerd100+%CPU使用率 - macOS