资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

Powerdesigner数据库反向生成PDM显示中文

Tools->Execute Commands->Edit/Runscript…

创新互联拥有一支富有激情的企业网站制作团队,在互联网网站建设行业深耕十多年,专业且经验丰富。十多年网站优化营销经验,我们已为1000多家中小企业提供了成都网站制作、网站设计、外贸网站建设解决方案,按需网站建设,设计满意,售后服务无忧。所有客户皆提供一年免费网站维护!

执行以下脚本,在Powerdesigner从数据库反向生成PDM时,NAME显示中文。

 

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 tab.comment ="" then

else

tab.name=tab.name+"("+tab.comment+")"

on error resume next

end if

Dim col ' running column

for each col in tab.columns

if col.comment="" then

' MsgBox "表"+tab.name+"列"+col.name +"没有comment"

else

col.name=col.name+"("+col.comment+")"

on error resume next

end if

next

end if

next

Dim view 'running view

for each view in folder.Views

if not view.isShortcut then

if view.comment="" then

MsgBox "视图"+view.name  +"没有comment"

else

view.name=view.name+"("+view.comment+")"

on error resume next

end if

end if

next

' go into the sub-packages

Dim f ' running folder

For Each f In folder.Packages

if not f.IsShortcut then

ProcessFolder f

end if

Next

end sub


网站栏目:Powerdesigner数据库反向生成PDM显示中文
新闻来源:http://cdkjz.cn/article/iedgsc.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

业务热线:400-028-6601 / 大客户专线   成都:13518219792   座机:028-86922220