导航

在客户化目录如何更新数据库架构

Posted on 2006-06-10 16:38  hcfalan  阅读(294)  评论(1编辑  收藏  举报
在为某些类添加了自定义属性之后,必须根据数据字典更新数据库架构,命令如下:
1 cd dir
2 nmake clobber clean
3 cnvdef
4 nmake init
5 nmake all
6 updatedb -o tmti.bak -n svr\tmti.prd
 
NOTE: must run at "dir" directory!
 
OK, that's all.