文章分类 -  powerdesiger

powerdesiger数据库反向生成和建模生成数据字典
摘要:powerdesiger连接 mysql数据库, 1.点击Connect 2.弹出Connect to a Data Source(连接数据源),点击Configure 2.反向生成数据库建模 点击Database---->Database Reverse Engineering Options 3.导出数据库字典 阅读全文

posted @ 2013-08-02 10:38 阳光总在风雨后001 阅读(548) 评论(0) 推荐(0)

PowerDesigner 把Comment写到name中 和把name写到Comment中 pd7以后版本可用
摘要:在使用PowerDesigner对数据库进行概念模型和物理模型设计时,一般在NAME或Comment中写中文,在Code中写英文。Name用来显 示,Code在代码中使用,但Comment中的文字会保存到数据库Table或Column的Comment中,当Name已经存在的时候,再写一次 Comment很麻烦,可以使用以下代码来解决这个问题:代码一:将Name中的字符COPY至Comment中 Option Explicit ValidationMode = True InteractiveMode = im_BatchDim mdl ' the current mode... 阅读全文

posted @ 2013-08-01 17:38 阳光总在风雨后001 阅读(158) 评论(0) 推荐(0)

导航