摘要:
在powerdesign中,code与name老是联动,修改了name中的数据,code随之修改,影响效率,设置Tools-General Options-Dialog中的Name to Code mirroring(不选中)可以解决这个问题 。 阅读全文
摘要:
操作步骤:Database=>Generate Datatabase=>Format选项卡=》勾选Generate name in empty comment项 阅读全文
摘要:
PowerDesigner中Table视图同时显示Code和Name,像下图这样的效果:实现方法:Tools-Display Preference摘自:http://blog.csdn.net/downmoon/article/details/8108968 阅读全文
摘要:
1 PowerDesigner中批量根据对象的name生成comment的脚本执行方法:Open PDM -- Tools -- Execute Commands -- Run Script------------------------------------------------------------------------Option Explicit--ValidationMode = TrueInteractiveMode = im_BatchDim mdl 'the current model'get the current active modelSet md 阅读全文