Code '去除column的Collation属性,在反向的时候会自动加上的 dim sName foreach table in ActiveModel.tables foreach column in table.columns if (column.GetExtendedAttribute("ExtCollation") <>"") then
output(table.Name +"."+ column.Name) call column.SetExtendedAttributeText ("ExtCollation","" ) endif next next
posted on
2008-12-31 11:27聪明的大熊
阅读(216)
评论(0)
编辑收藏举报