PowerDeinger表字段显示注释.docxVIP

  • 12
  • 0
  • 约1.72千字
  • 约 8页
  • 2018-11-15 发布于江苏
  • 举报
PowerDeinger表字段显示注释

在PowerDesigner 15.1中,数据库的表的字段没有显示注释想要正确显示表字段的注释,效果如下图所示: 操作: 由SQL语句直接生成表, 完成! 单击刚才由SQL语句生成的表: 想要让注释显示在table面板上: 操作: 执行脚本: comment2name.vbs 将显示name的部分由comment来代替掉。将以下脚本代码复制粘贴到以上对话框的空白处。 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 Dat

文档评论(0)

1亿VIP精品文档

相关文档