1、Generation aborted due to errors detected during the verification of the model
解决方案: 把检查模型的选项(Check Model)前的那个勾去掉即可
参考博客:https://blog.csdn.net/irvingmox/article/details/54110476
2、pdb和pdm文件有什么区别?
早期的PowerBuilder编译生成的动态链接库的后缀名是PDB,
但后来PowerDesigner出来后,它的物理模型图(数据表结构)文件后缀名是PDM,但同时它会生成这个文件的备份文件,就是后缀名为PDB的文件。附文件名意思:
PDB PowerBuilder Dynamic Library
PDB PowerDesigner Physical Model Backup
PDM Sybase Power Designer File
原文:https://www.cnblogs.com/syjp/p/10363608.html